www

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

Main.js (1359B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size5/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['AsanaMathJax_Size5'] = {
     21   directory: 'Size5/Regular',
     22   family: 'AsanaMathJax_Size5',
     23   testString: '\u0302\u0303\u030C\u27C5\u27C6',
     24   0x20: [0,0,249,0,0],
     25   0x7C: [1673,1039,288,85,203],
     26   0x302: [783,-627,3026,0,3026],
     27   0x303: [772,-642,2797,0,2797],
     28   0x30C: [792,-627,2940,0,2940],
     29   0x27C5: [1260,1803,450,53,397],
     30   0x27C6: [1260,1803,450,53,397]
     31 };
     32 
     33 MathJax.Callback.Queue(
     34   ["initFont",MathJax.OutputJax["HTML-CSS"],"AsanaMathJax_Size5"],
     35   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Size5/Regular/Main.js"]
     36 );