www

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

Main.js (1778B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/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-bold-italic'] = {
     21   directory: 'DoubleStruck/BoldItalic',
     22   family: 'STIXMathJax_DoubleStruck',
     23   weight: 'bold',
     24   style: 'italic',
     25   testString: '\u00A0\u2102\u210D\u2115\u2119\u211A\u211D\u2124\u213C\u213F\u2145\u2146\u2147\u2148\u2149',
     26   0x20: [0,0,250,0,0],
     27   0xA0: [0,0,250,0,0],
     28   0x2102: [685,14,713,35,704],
     29   0x210D: [669,0,773,21,808],
     30   0x2115: [669,0,760,27,783],
     31   0x2119: [669,0,497,18,715],
     32   0x211A: [685,74,754,35,734],
     33   0x211D: [669,0,727,18,718],
     34   0x2124: [669,0,807,23,837],
     35   0x213C: [449,13,730,32,715],
     36   0x213F: [669,0,796,35,821],
     37   0x2145: [669,0,748,18,733],
     38   0x2146: [699,13,633,45,698],
     39   0x2147: [462,13,575,45,540],
     40   0x2148: [669,0,379,40,413],
     41   0x2149: [669,205,421,-93,455]
     42 };
     43 
     44 MathJax.Callback.Queue(
     45   ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_DoubleStruck-bold-italic"],
     46   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/DoubleStruck/BoldItalic/Main.js"]
     47 );