www

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

Main.js (1956B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/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['MathJax_Greek-bold'] = {
     22   directory: 'Greek/Bold',
     23   family: 'MathJax_Greek',
     24   weight: 'bold',
     25   testString: "\u0393 \u03A5 \u039B",
     26   0x20: [0,0,250,0,0],               // SPACE
     27   0xA0: [0,0,250,0,0],               // NO-BREAK SPACE
     28   0x393: [680,0,692,39,643],         // GREEK CAPITAL LETTER GAMMA
     29   0x394: [698,0,958,56,901],         // GREEK CAPITAL LETTER DELTA
     30   0x398: [696,10,894,64,829],        // GREEK CAPITAL LETTER THETA
     31   0x39B: [698,0,806,40,765],         // GREEK CAPITAL LETTER LAMDA
     32   0x39E: [675,0,767,48,718],         // GREEK CAPITAL LETTER XI
     33   0x3A0: [680,0,900,39,860],         // GREEK CAPITAL LETTER PI
     34   0x3A3: [686,0,831,64,766],         // GREEK CAPITAL LETTER SIGMA
     35   0x3A5: [697,0,894,64,829],         // GREEK CAPITAL LETTER UPSILON
     36   0x3A6: [686,0,831,64,766],         // GREEK CAPITAL LETTER PHI
     37   0x3A8: [686,0,894,64,829],         // GREEK CAPITAL LETTER PSI
     38   0x3A9: [696,1,831,51,779]          // GREEK CAPITAL LETTER OMEGA
     39 };
     40 
     41 MathJax.Callback.Queue(
     42   ["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_Greek-bold"],
     43   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Greek/Bold/Main.js"]
     44 );