www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

PUA.js (2453B)


      1 /*************************************************************
      2  *
      3  *  MathJax/fonts/HTML-CSS/TeX/png/Fraktur/Bold/PUA.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_Fraktur-bold": {
     29     0xE301: [  // ??
     30       [4,6,1],[5,7,1],[6,8,1],[6,9,1],[8,10,1],[9,12,1],[10,14,1],[12,16,1],
     31       [15,19,1],[17,22,1],[20,27,2],[24,32,2],[29,37,2],[34,44,2]
     32     ],
     33     0xE302: [  // ??
     34       [3,7,2],[4,8,2],[4,10,3],[5,12,3],[6,13,3],[7,16,4],[8,19,5],[10,22,6],
     35       [12,26,6],[14,30,7],[16,37,9],[19,43,10],[23,51,12],[27,60,14]
     36     ],
     37     0xE303: [  // ??
     38       [3,7,2],[4,8,2],[4,10,3],[5,11,3],[6,13,3],[7,16,4],[8,19,5],[9,22,6],
     39       [11,26,7],[13,31,8],[15,36,9],[18,43,11],[21,51,13],[26,60,15]
     40     ],
     41     0xE304: [  // ??
     42       [4,6,2],[5,6,2],[6,7,2],[7,9,3],[8,10,3],[9,12,4],[11,15,5],[13,16,5],
     43       [15,19,6],[18,23,7],[21,28,9],[25,32,10],[30,38,12],[35,45,14]
     44     ],
     45     0xE305: [  // ??
     46       [3,6,1],[4,7,1],[4,8,1],[5,10,1],[6,11,1],[7,13,1],[8,15,1],[9,17,1],
     47       [11,20,1],[13,24,1],[16,29,2],[18,34,2],[22,40,2],[26,48,2]
     48     ],
     49     0xE308: [  // ??
     50       [7,7,2],[8,8,2],[9,9,2],[11,11,3],[13,13,3],[15,16,4],[18,19,5],[21,22,6],
     51       [25,26,7],[29,31,8],[35,36,9],[41,43,11],[49,51,13],[58,60,15]
     52     ],
     53     0xE309: [  // ??
     54       [5,6,1],[6,8,2],[7,10,2],[8,11,2],[9,12,2],[11,15,3],[13,17,3],[15,20,3],
     55       [18,24,4],[21,29,5],[25,35,6],[30,41,7],[35,48,8],[42,58,10]
     56     ]
     57   }
     58 });
     59 
     60 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].imgDir+"/Fraktur/Bold"+
     61                           MathJax.OutputJax["HTML-CSS"].imgPacked+"/PUA.js");