Main.js (1713B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js 4 * 5 * Copyright (c) 2013-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 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['GyrePagellaMathJax_Alphabets'] = { 21 directory: 'Alphabets/Regular', 22 family: 'GyrePagellaMathJax_Alphabets', 23 testString: '\u00A0\u0E3F\u2103\u2107\u2109\u2116\u2117\u211E\u2120\u2122\u2126\u212A\u212B\u212E\uFEFF', 24 0x20: [0,0,250,0,0], 25 0xA0: [0,0,250,0,0], 26 0xE3F: [775,83,611,26,576], 27 0x2103: [709,20,1077,50,1038], 28 0x2107: [689,20,500,30,477], 29 0x2109: [692,3,919,50,899], 30 0x2116: [692,20,1096,0,1050], 31 0x2117: [668,19,747,31,718], 32 0x211E: [692,3,668,22,669], 33 0x2120: [700,-320,938,40,898], 34 0x2122: [692,-326,979,40,939], 35 0x2126: [709,3,839,38,801], 36 0x212A: [692,3,726,22,719], 37 0x212B: [939,3,778,15,756], 38 0x212E: [623,0,772,40,732], 39 0xFEFF: [0,0,0,0,0] 40 }; 41 42 MathJax.Callback.Queue( 43 ["initFont",MathJax.OutputJax["HTML-CSS"],"GyrePagellaMathJax_Alphabets"], 44 ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Alphabets/Regular/Main.js"] 45 );