Main.js (1707B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/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['GyreTermesMathJax_Alphabets'] = { 21 directory: 'Alphabets/Regular', 22 family: 'GyreTermesMathJax_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: [745,83,667,17,593], 27 0x2103: [676,14,1029,57,995], 28 0x2107: [676,14,475,48,427], 29 0x2109: [676,0,929,57,919], 30 0x2116: [669,15,1001,0,957], 31 0x2117: [686,14,760,30,730], 32 0x211E: [662,0,667,17,659], 33 0x2120: [669,-297,939,40,899], 34 0x2122: [662,-305,980,40,941], 35 0x2126: [676,0,853,80,773], 36 0x212A: [662,0,722,34,723], 37 0x212B: [896,0,722,15,706], 38 0x212E: [596,0,742,40,702], 39 0xFEFF: [0,0,0,0,0] 40 }; 41 42 MathJax.Callback.Queue( 43 ["initFont",MathJax.OutputJax["HTML-CSS"],"GyreTermesMathJax_Alphabets"], 44 ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Alphabets/Regular/Main.js"] 45 );