BasicLatin.js (2701B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js 4 * 5 * Copyright (c) 2009-2015 The MathJax Consortium 6 * 7 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * you may not use this file except in compliance with the License. 9 * You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, software 14 * distributed under the License is distributed on an "AS IS" BASIS, 15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 * See the License for the specific language governing permissions and 17 * limitations under the License. 18 * 19 */ 20 21 MathJax.Hub.Insert( 22 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_Script'], 23 { 24 0x20: [0,0,250,0,0], // SPACE 25 0x41: [717,8,803,35,1016], // LATIN CAPITAL LETTER A 26 0x42: [708,28,908,31,928], // LATIN CAPITAL LETTER B 27 0x43: [728,26,666,26,819], // LATIN CAPITAL LETTER C 28 0x44: [708,31,774,68,855], // LATIN CAPITAL LETTER D 29 0x45: [707,8,562,46,718], // LATIN CAPITAL LETTER E 30 0x46: [735,36,895,39,990], // LATIN CAPITAL LETTER F 31 0x47: [717,37,610,12,738], // LATIN CAPITAL LETTER G 32 0x48: [717,36,969,29,1241], // LATIN CAPITAL LETTER H 33 0x49: [717,17,809,59,946], // LATIN CAPITAL LETTER I 34 0x4A: [717,314,1052,92,1133], // LATIN CAPITAL LETTER J 35 0x4B: [717,37,914,29,1204], // LATIN CAPITAL LETTER K 36 0x4C: [717,17,874,14,1035], // LATIN CAPITAL LETTER L 37 0x4D: [721,50,1080,30,1216], // LATIN CAPITAL LETTER M 38 0x4E: [726,36,902,29,1208], // LATIN CAPITAL LETTER N 39 0x4F: [707,8,738,96,805], // LATIN CAPITAL LETTER O 40 0x50: [716,37,1013,90,1031], // LATIN CAPITAL LETTER P 41 0x51: [717,17,883,54,885], // LATIN CAPITAL LETTER Q 42 0x52: [717,17,850,-2,887], // LATIN CAPITAL LETTER R 43 0x53: [708,36,868,29,1016], // LATIN CAPITAL LETTER S 44 0x54: [735,37,747,92,996], // LATIN CAPITAL LETTER T 45 0x55: [717,17,800,55,960], // LATIN CAPITAL LETTER U 46 0x56: [717,17,622,56,850], // LATIN CAPITAL LETTER V 47 0x57: [717,17,805,46,1026], // LATIN CAPITAL LETTER W 48 0x58: [717,17,944,103,1131], // LATIN CAPITAL LETTER X 49 0x59: [716,17,710,57,959], // LATIN CAPITAL LETTER Y 50 0x5A: [717,16,821,83,1032] // LATIN CAPITAL LETTER Z 51 } 52 ); 53 54 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Script/Regular/BasicLatin.js");