Main.js (2640B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/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['STIXSizeFourSym'] = { 22 directory: 'SizeFourSym/Regular', 23 family: 'STIXSizeFourSym', 24 Ranges: [ 25 [0x2B0,0x2FF,"All"], 26 [0x300,0x338,"All"], 27 [0x203E,0x203E,"All"], 28 [0x20D0,0x20EF,"All"], 29 [0x221A,0x221C,"All"], 30 [0x239B,0x23B9,"All"], 31 [0x23DC,0x23E1,"All"], 32 [0x2772,0x2773,"All"], 33 [0x27E6,0x27EB,"All"], 34 [0x2983,0x2986,"All"] 35 ], 36 0x20: [0,0,250,0,0], // SPACE 37 0x28: [2566,509,808,124,732], // LEFT PARENTHESIS 38 0x29: [2566,509,808,76,684], // RIGHT PARENTHESIS 39 0x2F: [2566,509,1309,16,1293], // SOLIDUS 40 0x5B: [2566,509,661,295,634], // LEFT SQUARE BRACKET 41 0x5C: [2566,509,1309,16,1293], // REVERSE SOLIDUS 42 0x5D: [2566,509,661,27,366], // RIGHT SQUARE BRACKET 43 0x5F: [-127,177,2500,0,2500], // LOW LINE 44 0x7B: [2566,509,1076,173,882], // LEFT CURLY BRACKET 45 0x7D: [2566,509,1076,194,903], // RIGHT CURLY BRACKET 46 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 47 0x302: [796,-573,0,-2040,-154], // COMBINING CIRCUMFLEX ACCENT 48 0x303: [771,-608,0,-2040,-154], // COMBINING TILDE 49 0x221A: [1510,345,1184,112,895], // SQUARE ROOT 50 0x2308: [2566,509,682,295,655], // LEFT CEILING 51 0x2309: [2566,509,682,27,387], // RIGHT CEILING 52 0x230A: [2566,509,682,295,655], // LEFT FLOOR 53 0x230B: [2566,509,682,27,387], // RIGHT FLOOR 54 0x23DE: [175,90,2328,0,2328], // TOP CURLY BRACKET (mathematical use) 55 0x23DF: [837,-572,2328,0,2328], // BOTTOM CURLY BRACKET (mathematical use) 56 0x27E8: [2566,509,908,113,796], // MATHEMATICAL LEFT ANGLE BRACKET 57 0x27E9: [2566,509,908,112,795] // MATHEMATICAL RIGHT ANGLE BRACKET 58 }; 59 60 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeFourSym"); 61 62 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeFourSym/Regular/Main.js");