All.js (2615B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.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.Hub.Insert( 22 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXSizeFiveSym'], 23 { 24 0x2C6: [816,-572,2328,0,2328], // MODIFIER LETTER CIRCUMFLEX ACCENT 25 0x2C7: [816,-572,2328,0,2328], // CARON 26 0x2DC: [780,-617,2328,0,2328], // SMALL TILDE 27 0x2F7: [-117,280,2328,0,2328], // ?? 28 0x305: [820,-770,0,-3000,0], // COMBINING OVERLINE 29 0x30C: [816,-572,0,-2485,-157], // COMBINING CARON 30 0x330: [-117,280,0,-2485,-157], // COMBINING TILDE BELOW 31 0x332: [-127,177,0,-3000,0], // COMBINING LOW LINE 32 0x338: [960,454,0,-561,-123], // COMBINING LONG SOLIDUS OVERLAY 33 0x203E: [820,-770,3000,0,3000], // OVERLINE 34 0x20D0: [749,-584,0,-3000,0], // COMBINING LEFT HARPOON ABOVE 35 0x20D1: [749,-584,0,-3000,0], // COMBINING RIGHT HARPOON ABOVE 36 0x20D6: [735,-482,0,-3000,0], // COMBINING LEFT ARROW ABOVE 37 0x20D7: [735,-482,0,-3000,0], // COMBINING RIGHT ARROW ABOVE 38 0x20EC: [-123,288,0,-3000,0], // COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS 39 0x20ED: [-123,288,0,-3000,0], // COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS 40 0x20EE: [-26,279,0,-3000,0], // COMBINING LEFT ARROW BELOW 41 0x20EF: [-26,279,0,-3000,0], // COMBINING RIGHT ARROW BELOW 42 0x23B4: [766,-544,3237,90,3147], // TOP SQUARE BRACKET 43 0x23B5: [139,83,3237,90,3147], // BOTTOM SQUARE BRACKET 44 0x23DC: [80,189,3237,0,3237], // TOP PARENTHESIS (mathematical use) 45 0x23DD: [842,-573,3237,0,3237], // BOTTOM PARENTHESIS (mathematical use) 46 0x23E0: [66,212,3164,0,3164], // TOP TORTOISE SHELL BRACKET (mathematical use) 47 0x23E1: [842,-564,3164,0,3164] // BOTTOM TORTOISE SHELL BRACKET (mathematical use) 48 } 49 ); 50 51 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeFiveSym/Regular/All.js");