www

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

Main.js (1676B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js
      4  *  
      5  *  Copyright (c) 2013-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 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXMathJax_Shapes-bold'] = {
     21   directory: 'Shapes/Bold',
     22   family: 'STIXMathJax_Shapes',
     23   weight: 'bold',
     24   testString: '\u00A0\u2423\u25B7\u25C1\u25EC\uE000\uE001\uE0B0\uE0B1\uE0B2\uE10E\uE10F\uE28F\uE290',
     25   0x20: [0,0,250,0,0],
     26   0xA0: [0,0,250,0,0],
     27   0x2423: [31,120,500,40,460],
     28   0x25B7: [791,284,1043,70,1008],
     29   0x25C1: [791,284,1043,35,973],
     30   0x25EC: [811,127,1145,35,1110],
     31   0xE000: [610,25,1184,808,912],
     32   0xE001: [704,-75,1198,808,1224],
     33   0xE0B0: [752,-531,0,100,417],
     34   0xE0B1: [-50,271,0,100,417],
     35   0xE0B2: [-50,271,0,99,416],
     36   0xE10E: [405,-101,714,211,503],
     37   0xE10F: [399,-107,315,0,315],
     38   0xE28F: [175,0,325,-1,326],
     39   0xE290: [175,0,633,-1,634]
     40 };
     41 
     42 MathJax.Callback.Queue(
     43   ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Shapes-bold"],
     44   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Shapes/Bold/Main.js"]
     45 );