www

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

Main.js (2009B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/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['STIXGeneral-bold-italic'] = {
     22   directory: 'General/BoldItalic',
     23   family: 'STIXGeneral',
     24   weight: 'bold',
     25   style: 'italic',
     26   Ranges: [
     27     [0x0,0x7F,"BasicLatin"],
     28     [0xA0,0xFF,"Latin1Supplement"],
     29     [0x100,0x17F,"LatinExtendedA"],
     30     [0x180,0x24F,"LatinExtendedB"],
     31     [0x250,0x2AF,"IPAExtensions"],
     32     [0x2B0,0x2FF,"SpacingModLetters"],
     33     [0x370,0x3FF,"GreekAndCoptic"],
     34     [0x400,0x4FF,"Cyrillic"],
     35     [0x1E00,0x1EFF,"LatinExtendedAdditional"],
     36     [0x2000,0x206F,"GeneralPunctuation"],
     37     [0x20A0,0x20CF,"CurrencySymbols"],
     38     [0x20D0,0x20FF,"CombDiactForSymbols"],
     39     [0x2100,0x214F,"LetterlikeSymbols"],
     40     [0x2200,0x22FF,"MathOperators"],
     41     [0x2400,0x243F,"ControlPictures"],
     42     [0x2460,0x24FF,"EnclosedAlphanum"],
     43     [0x2500,0x257F,"BoxDrawing"],
     44     [0xFB00,0xFB4F,"AlphaPresentForms"],
     45     [0x1D468,0x1D49B,"MathBoldItalic"],
     46     [0x1D4D0,0x1D503,"MathBoldScript"],
     47     [0x1D63C,0x1D66F,"MathSSItalicBold"],
     48     [0x1D71C,0x1D755,"GreekBoldItalic"],
     49     [0x1D790,0x1D7C9,"GreekSSBoldItalic"]
     50   ]
     51 
     52 };
     53 
     54 MathJax.OutputJax["HTML-CSS"].initFont("STIXGeneral-bold-italic");
     55 
     56 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/BoldItalic/Main.js");