www

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

PUA.js (2604B)


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