www

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

Main.js (2047B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js
      4  *
      5  *  Copyright (c) 2009-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 
     21 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXSizeFourSym-bold'] = {
     22   directory: 'SizeFourSym/Bold',
     23   family: 'STIXSizeFourSym',
     24   weight: 'bold',
     25   0x20: [0,0,250,0,0],               // SPACE
     26   0x28: [2604,471,818,115,761],      // LEFT PARENTHESIS
     27   0x29: [2604,471,818,57,703],       // RIGHT PARENTHESIS
     28   0x2F: [2604,471,1321,3,1318],      // SOLIDUS
     29   0x5B: [2604,471,699,314,691],      // LEFT SQUARE BRACKET
     30   0x5C: [2604,471,1321,3,1318],      // REVERSE SOLIDUS
     31   0x5D: [2604,471,699,8,385],        // RIGHT SQUARE BRACKET
     32   0x7B: [2604,471,1119,197,944],     // LEFT CURLY BRACKET
     33   0x7D: [2604,471,1119,175,922],     // RIGHT CURLY BRACKET
     34   0xA0: [0,0,250,0,0],               // NO-BREAK SPACE
     35   0x221A: [1510,345,1184,101,915],   // SQUARE ROOT
     36   0x2308: [2604,471,720,314,712],    // LEFT CEILING
     37   0x2309: [2604,471,720,8,406],      // RIGHT CEILING
     38   0x230A: [2604,471,720,314,712],    // LEFT FLOOR
     39   0x230B: [2604,471,720,8,406],      // RIGHT FLOOR
     40   0x27E8: [2604,471,908,120,841],    // MATHEMATICAL LEFT ANGLE BRACKET
     41   0x27E9: [2604,471,908,67,788]      // MATHEMATICAL RIGHT ANGLE BRACKET
     42 };
     43 
     44 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeFourSym-bold");
     45 
     46 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeFourSym/Bold/Main.js");