MiscSymbols.js (2566B)
1 /************************************************************* 2 * 3 * MathJax/fonts/HTML-CSS/TeX/png/Main/Bold/MiscSymbols.js 4 * 5 * Defines the image size data needed for the HTML-CSS OutputJax 6 * to display mathematics using fallback images when the fonts 7 * are not availble to the client browser. 8 * 9 * --------------------------------------------------------------------- 10 * 11 * Copyright (c) 2009-2013 The MathJax Consortium 12 * 13 * Licensed under the Apache License, Version 2.0 (the "License"); 14 * you may not use this file except in compliance with the License. 15 * You may obtain a copy of the 16 * 17 * http://www.apache.org/licenses/LICENSE-2.0 18 * 19 * Unless required by applicable law or agreed to in writing, software 20 * distributed under the License is distributed on an "AS IS" BASIS, 21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * See the License for the specific language governing permissions and 23 * limitations under the License. 24 * 25 */ 26 27 MathJax.OutputJax["HTML-CSS"].defineImageData({ 28 "MathJax_Main-bold": { 29 0x2660: [ // BLACK SPADE SUIT 30 [6,6,1],[7,8,2],[9,10,2],[10,11,2],[12,12,2],[14,15,3],[17,18,3],[20,20,3], 31 [23,24,4],[28,29,5],[33,35,6],[39,40,6],[46,48,8],[55,57,9] 32 ], 33 0x2661: [ // WHITE HEART SUIT 34 [6,6,1],[7,7,1],[8,8,1],[10,10,1],[12,11,1],[14,13,1],[17,15,1],[20,18,1], 35 [23,21,1],[28,26,2],[33,29,1],[39,36,2],[46,42,2],[55,49,2] 36 ], 37 0x2662: [ // WHITE DIAMOND SUIT 38 [6,7,2],[7,8,2],[9,10,2],[10,12,3],[12,13,3],[14,15,3],[17,18,3],[20,21,4], 39 [23,25,5],[28,29,5],[33,36,7],[39,42,8],[46,49,9],[55,59,11] 40 ], 41 0x2663: [ // BLACK CLUB SUIT 42 [6,6,1],[8,8,2],[9,10,2],[11,11,2],[12,12,2],[15,15,3],[17,18,3],[20,20,3], 43 [24,24,4],[29,29,5],[34,35,6],[40,41,7],[48,47,7],[57,57,9] 44 ], 45 0x266D: [ // MUSIC FLAT SIGN 46 [3,7,1],[4,8,1],[4,9,1],[5,10,1],[6,12,1],[7,14,1],[8,16,1],[9,19,1], 47 [11,22,1],[13,26,1],[15,31,1],[18,36,1],[22,43,1],[25,52,2] 48 ], 49 0x266E: [ // MUSIC NATURAL SIGN 50 [3,8,2],[3,9,2],[4,11,3],[5,12,3],[6,15,4],[7,17,4],[8,20,5],[10,24,6], 51 [11,28,7],[13,33,8],[16,38,9],[19,46,11],[22,54,13],[27,64,15] 52 ], 53 0x266F: [ // MUSIC SHARP SIGN 54 [3,7,2],[4,8,2],[4,11,3],[5,12,3],[6,14,4],[7,16,4],[8,20,5],[9,23,6], 55 [11,27,7],[13,32,8],[15,38,9],[18,45,11],[21,53,13],[25,63,15] 56 ] 57 } 58 }); 59 60 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].imgDir+"/Main/Bold"+ 61 MathJax.OutputJax["HTML-CSS"].imgPacked+"/MiscSymbols.js");