Main.js (2041B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/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['STIXSizeTwoSym-bold'] = { 22 directory: 'SizeTwoSym/Bold', 23 family: 'STIXSizeTwoSym', 24 weight: 'bold', 25 0x20: [0,0,250,0,0], // SPACE 26 0x28: [1604,241,608,110,512], // LEFT PARENTHESIS 27 0x29: [1604,241,608,96,498], // RIGHT PARENTHESIS 28 0x2F: [1604,241,802,4,798], // SOLIDUS 29 0x5B: [1604,241,485,197,467], // LEFT SQUARE BRACKET 30 0x5C: [1604,241,802,4,798], // REVERSE SOLIDUS 31 0x5D: [1604,241,485,18,288], // RIGHT SQUARE BRACKET 32 0x7B: [1604,241,681,69,514], // LEFT CURLY BRACKET 33 0x7D: [1604,241,681,167,612], // RIGHT CURLY BRACKET 34 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 35 0x221A: [2095,355,1130,106,1185], // SQUARE ROOT 36 0x2308: [1604,241,538,185,510], // LEFT CEILING 37 0x2309: [1604,241,538,28,355], // RIGHT CEILING 38 0x230A: [1604,241,538,185,512], // LEFT FLOOR 39 0x230B: [1604,241,538,28,353], // RIGHT FLOOR 40 0x27E8: [1604,241,622,98,572], // MATHEMATICAL LEFT ANGLE BRACKET 41 0x27E9: [1604,241,622,50,524] // MATHEMATICAL RIGHT ANGLE BRACKET 42 }; 43 44 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeTwoSym-bold"); 45 46 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeTwoSym/Bold/Main.js");