Main.js (2250B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.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.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXSizeOneSym-bold'] = { 22 directory: 'SizeOneSym/Bold', 23 family: 'STIXSizeOneSym', 24 weight: 'bold', 25 Ranges: [ 26 [0x2140,0x2140,"All"] 27 ], 28 0x20: [0,0,250,0,0], // SPACE 29 0x28: [1104,126,468,158,439], // LEFT PARENTHESIS 30 0x29: [1104,126,468,29,310], // RIGHT PARENTHESIS 31 0x2F: [1104,126,579,14,564], // SOLIDUS 32 0x5B: [1104,126,408,186,407], // LEFT SQUARE BRACKET 33 0x5C: [1104,126,579,14,564], // REVERSE SOLIDUS 34 0x5D: [1104,126,408,1,222], // RIGHT SQUARE BRACKET 35 0x7B: [1104,126,595,115,503], // LEFT CURLY BRACKET 36 0x7D: [1104,126,595,92,480], // RIGHT CURLY BRACKET 37 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 38 0x220F: [1500,-49,1355,35,1321], // N-ARY PRODUCT 39 0x2210: [1500,-49,1355,34,1320], // N-ARY COPRODUCT 40 0x2211: [1500,-49,1292,60,1215], // N-ARY SUMMATION 41 0x221A: [1588,241,1061,109,1119], // SQUARE ROOT 42 0x2308: [1104,126,476,186,470], // LEFT CEILING 43 0x2309: [1104,126,476,6,292], // RIGHT CEILING 44 0x230A: [1104,126,476,184,470], // LEFT FLOOR 45 0x230B: [1104,126,476,6,290], // RIGHT FLOOR 46 0x27E8: [1104,126,579,99,481], // MATHEMATICAL LEFT ANGLE BRACKET 47 0x27E9: [1104,126,579,98,480] // MATHEMATICAL RIGHT ANGLE BRACKET 48 }; 49 50 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeOneSym-bold"); 51 52 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeOneSym/Bold/Main.js");