www

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

Main.js (1807B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/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['MathJax_WinChrome'] = {
     22   directory: 'WinChrome/Regular',
     23   family: 'MathJax_WinChrome',
     24   testString: "> T d \u23A6 \u2A00",
     25   skew: {
     26     0x54: 0.0278,
     27     0xE2F0: 0.0319
     28   },
     29   0x20: [0,0,250,0,0],               // SPACE
     30   0x3E: [540,40,778,83,694],         // GREATER-THAN SIGN
     31   0x54: [717,68,545,34,833],         // LATIN CAPITAL LETTER T
     32   0x64: [694,11,511,101,567],        // LATIN SMALL LETTER D
     33   0xA0: [0,0,250,0,0],               // NO-BREAK SPACE
     34   0x22C3: [750,249,833,55,777],      // N-ARY UNION
     35   0x23A6: [1155,644,667,0,347],      // RIGHT SQUARE BRACKET LOWER CORNER
     36   0x2A00: [949,449,1511,56,1454],    // N-ARY CIRCLED DOT OPERATOR
     37   0xE2F0: [720,69,644,38,947],       // stix-lowercase u italic slashed
     38   0xE2F1: [587,85,894,96,797]        // stix-lowercase u bold italic slashed
     39 };
     40 
     41 MathJax.Callback.Queue(
     42   ["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_WinChrome"],
     43   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/WinChrome/Regular/Main.js"]
     44 );