www

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

Main.js (1809B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/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['NeoEulerMathJax_Variants'] = {
     21   directory: 'Variants/Regular',
     22   family: 'NeoEulerMathJax_Variants',
     23   testString: '\u00A0\u2032\u2033\u2034\u2035\u2036\u2037\u2057\uE200\uE201\uE202\uE203\uE204\uE205\uE206',
     24   0x20: [0,0,333,0,0],
     25   0xA0: [0,0,333,0,0],
     26   0x2032: [559,-41,329,48,299],
     27   0x2033: [559,-41,640,48,610],
     28   0x2034: [559,-41,950,48,920],
     29   0x2035: [559,-41,329,48,299],
     30   0x2036: [559,-41,640,48,610],
     31   0x2037: [559,-41,950,48,919],
     32   0x2057: [559,-41,1260,48,1230],
     33   0xE200: [493,13,501,41,456],
     34   0xE201: [469,1,501,46,460],
     35   0xE202: [474,-1,501,59,485],
     36   0xE203: [474,182,501,38,430],
     37   0xE204: [476,192,501,10,482],
     38   0xE205: [458,184,501,47,441],
     39   0xE206: [700,13,501,45,471],
     40   0xE207: [468,181,501,37,498],
     41   0xE208: [706,10,501,40,461],
     42   0xE209: [470,182,501,27,468]
     43 };
     44 
     45 MathJax.Callback.Queue(
     46   ["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Variants"],
     47   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Variants/Regular/Main.js"]
     48 );