www

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

LetterlikeSymbols.js (3133B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.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.Hub.Insert(
     22   MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXGeneral-bold-italic'],
     23   {
     24     0x2102: [685,14,713,35,704],       // stix-mathematical bold oblique double-struck capital C
     25     0x2105: [683,14,847,52,795],       // CARE OF
     26     0x210A: [462,224,819,27,771],      // SCRIPT SMALL G
     27     0x210B: [699,21,1171,65,1154],     // SCRIPT CAPITAL H
     28     0x210D: [669,0,773,21,808],        // stix-mathematical bold oblique double-struck capital H
     29     0x2110: [699,21,997,47,977],       // SCRIPT CAPITAL I
     30     0x2112: [699,21,1036,40,1015],     // SCRIPT CAPITAL L
     31     0x2113: [699,14,500,43,632],       // SCRIPT SMALL L
     32     0x2115: [669,0,760,27,783],        // stix-mathematical bold oblique double-struck capital N
     33     0x2116: [675,15,1055,24,1031],     // NUMERO SIGN
     34     0x2119: [669,0,497,18,715],        // stix-mathematical bold oblique double-struck capital P
     35     0x211A: [685,74,754,35,734],       // stix-mathematical bold oblique double-struck capital Q
     36     0x211B: [699,21,1048,55,973],      // SCRIPT CAPITAL R
     37     0x211D: [669,0,727,18,718],        // stix-mathematical bold oblique double-struck capital R
     38     0x2122: [676,-271,1000,24,977],    // TRADE MARK SIGN
     39     0x2124: [669,0,807,23,837],        // stix-mathematical bold oblique double-struck capital Z
     40     0x212C: [699,21,1060,55,985],      // SCRIPT CAPITAL B
     41     0x212F: [462,14,726,35,648],       // SCRIPT SMALL E
     42     0x2130: [699,21,826,95,791],       // SCRIPT CAPITAL E
     43     0x2131: [699,21,1042,65,1025],     // SCRIPT CAPITAL F
     44     0x2133: [699,21,1300,60,1245],     // SCRIPT CAPITAL M
     45     0x2134: [462,14,848,35,780],       // SCRIPT SMALL O
     46     0x213C: [449,13,730,32,715],       // DOUBLE-STRUCK SMALL PI
     47     0x213F: [669,0,796,35,821],        // DOUBLE-STRUCK CAPITAL PI
     48     0x2145: [669,0,748,18,733],        // stix-mathematical bold double-struck capital D
     49     0x2146: [699,13,633,45,698],       // stix-mathematical bold double-struck small letter d
     50     0x2147: [462,13,575,45,540],       // stix-mathematical bold double-struck small letter e
     51     0x2148: [669,0,379,40,413],        // stix-mathematical bold double-struck small letter i
     52     0x2149: [669,205,421,-93,455]      // stix-mathematical bold double-struck small letter j
     53   }
     54 );
     55 
     56 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/BoldItalic/LetterlikeSymbols.js");