www

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

Main.js (1738B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/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_DoubleStruck-italic'] = {
     21   directory: 'DoubleStruck/Italic',
     22   family: 'STIXMathJax_DoubleStruck',
     23   style: 'italic',
     24   testString: '\u00A0\u2102\u210D\u2115\u2119\u211A\u211D\u2124\u213C\u213F\u2145\u2146\u2147\u2148\u2149',
     25   0x20: [0,0,250,0,0],
     26   0xA0: [0,0,250,0,0],
     27   0x2102: [666,18,702,35,702],
     28   0x210D: [653,0,732,17,767],
     29   0x2115: [653,0,727,25,755],
     30   0x2119: [653,0,687,17,686],
     31   0x211A: [666,71,723,35,713],
     32   0x211D: [653,0,687,17,686],
     33   0x2124: [653,0,754,7,750],
     34   0x213C: [428,12,635,40,630],
     35   0x213F: [653,0,750,30,780],
     36   0x2145: [653,0,713,17,703],
     37   0x2146: [683,11,581,40,634],
     38   0x2147: [441,11,515,40,485],
     39   0x2148: [653,0,293,27,346],
     40   0x2149: [653,217,341,-104,394]
     41 };
     42 
     43 MathJax.Callback.Queue(
     44   ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_DoubleStruck-italic"],
     45   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/DoubleStruck/Italic/Main.js"]
     46 );