GeneralPunctuation.js (1880B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.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['MathJax_Main-bold'], 23 { 24 0x2002: [0,0,500,0,0], // ?? 25 0x2003: [0,0,999,0,0], // ?? 26 0x2004: [0,0,333,0,0], // ?? 27 0x2005: [0,0,250,0,0], // ?? 28 0x2006: [0,0,167,0,0], // ?? 29 0x2009: [0,0,167,0,0], // ?? 30 0x200A: [0,0,83,0,0], // ?? 31 0x2013: [300,-249,575,0,574], // EN DASH 32 0x2014: [300,-249,1150,0,1149], // EM DASH 33 0x2018: [694,-329,319,58,245], // LEFT SINGLE QUOTATION MARK 34 0x2019: [694,-329,319,74,261], // RIGHT SINGLE QUOTATION MARK 35 0x201C: [694,-329,603,110,564], // LEFT DOUBLE QUOTATION MARK 36 0x201D: [694,-329,603,38,492], // RIGHT DOUBLE QUOTATION MARK 37 0x2020: [702,211,511,64,446], // DAGGER 38 0x2021: [702,202,511,64,446], // DOUBLE DAGGER 39 0x2026: [171,-1,1295,74,1221], // HORIZONTAL ELLIPSIS 40 0x2032: [563,-33,344,35,331] // PRIME 41 } 42 ); 43 44 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Main/Bold/GeneralPunctuation.js");