www

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

Main.js (1942B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/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_Symbols-bold'] = {
     21   directory: 'Symbols/Bold',
     22   family: 'STIXMathJax_Symbols',
     23   weight: 'bold',
     24   testString: '\u00A0\u2302\u2310\u2319\u2329\u232A\u2336\u233D\u233F\u23AF\u27C8\u27C9\u2980\u29B6\u29B7',
     25   0x20: [0,0,250,0,0],
     26   0xA0: [0,0,250,0,0],
     27   0x2302: [774,0,926,55,871],
     28   0x2310: [399,-108,750,65,685],
     29   0x2319: [399,-108,750,65,685],
     30   0x2329: [732,193,445,69,399],
     31   0x232A: [732,193,445,46,376],
     32   0x2336: [751,156,926,85,841],
     33   0x233D: [694,190,924,80,844],
     34   0x233F: [732,200,728,55,673],
     35   0x23AF: [297,-209,315,0,315],
     36   0x27C8: [547,13,1025,62,943],
     37   0x27C9: [547,13,1025,62,943],
     38   0x2980: [705,200,675,105,570],
     39   0x29B6: [634,130,864,50,814],
     40   0x29B7: [634,130,864,50,814],
     41   0x29B8: [634,130,864,50,814],
     42   0x29C0: [634,130,864,50,814],
     43   0x29C1: [634,130,864,50,814],
     44   0x29C4: [661,158,910,45,865],
     45   0x29C5: [661,158,910,45,865],
     46   0x29C6: [661,158,910,45,865],
     47   0x29C7: [661,158,910,45,865]
     48 };
     49 
     50 MathJax.Callback.Queue(
     51   ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Symbols-bold"],
     52   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Symbols/Bold/Main.js"]
     53 );