Main.js (2053B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/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['STIXSizeThreeSym-bold'] = { 22 directory: 'SizeThreeSym/Bold', 23 family: 'STIXSizeThreeSym', 24 weight: 'bold', 25 0x20: [0,0,250,0,0], // SPACE 26 0x28: [2104,355,750,163,686], // LEFT PARENTHESIS 27 0x29: [2104,355,750,64,587], // RIGHT PARENTHESIS 28 0x2F: [2104,355,1102,11,1091], // SOLIDUS 29 0x5B: [2104,355,538,236,540], // LEFT SQUARE BRACKET 30 0x5C: [2104,355,1102,11,1091], // REVERSE SOLIDUS 31 0x5D: [2104,355,538,-2,302], // RIGHT SQUARE BRACKET 32 0x7B: [2104,355,906,124,736], // LEFT CURLY BRACKET 33 0x7D: [2104,355,906,170,782], // RIGHT CURLY BRACKET 34 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 35 0x221A: [2604,471,1076,104,1139], // SQUARE ROOT 36 0x2308: [2104,355,595,236,599], // LEFT CEILING 37 0x2309: [2104,355,595,-4,359], // RIGHT CEILING 38 0x230A: [2104,355,595,236,599], // LEFT FLOOR 39 0x230B: [2104,355,595,-4,359], // RIGHT FLOOR 40 0x27E8: [2104,355,765,108,720], // MATHEMATICAL LEFT ANGLE BRACKET 41 0x27E9: [2104,355,765,45,657] // MATHEMATICAL RIGHT ANGLE BRACKET 42 }; 43 44 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeThreeSym-bold"); 45 46 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeThreeSym/Bold/Main.js");