| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js
- *
- * Copyright (c) 2009-2019 The MathJax Consortium
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
- MathJax.Hub.Insert(
- MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXGeneral-bold-italic'],
- {
- 0x2102: [685,14,713,35,704], // stix-mathematical bold oblique double-struck capital C
- 0x2105: [683,14,847,52,795], // CARE OF
- 0x210A: [462,224,819,27,771], // SCRIPT SMALL G
- 0x210B: [699,21,1171,65,1154], // SCRIPT CAPITAL H
- 0x210D: [669,0,773,21,808], // stix-mathematical bold oblique double-struck capital H
- 0x2110: [699,21,997,47,977], // SCRIPT CAPITAL I
- 0x2112: [699,21,1036,40,1015], // SCRIPT CAPITAL L
- 0x2113: [699,14,500,43,632], // SCRIPT SMALL L
- 0x2115: [669,0,760,27,783], // stix-mathematical bold oblique double-struck capital N
- 0x2116: [675,15,1055,24,1031], // NUMERO SIGN
- 0x2119: [669,0,497,18,715], // stix-mathematical bold oblique double-struck capital P
- 0x211A: [685,74,754,35,734], // stix-mathematical bold oblique double-struck capital Q
- 0x211B: [699,21,1048,55,973], // SCRIPT CAPITAL R
- 0x211D: [669,0,727,18,718], // stix-mathematical bold oblique double-struck capital R
- 0x2122: [676,-271,1000,24,977], // TRADE MARK SIGN
- 0x2124: [669,0,807,23,837], // stix-mathematical bold oblique double-struck capital Z
- 0x212C: [699,21,1060,55,985], // SCRIPT CAPITAL B
- 0x212F: [462,14,726,35,648], // SCRIPT SMALL E
- 0x2130: [699,21,826,95,791], // SCRIPT CAPITAL E
- 0x2131: [699,21,1042,65,1025], // SCRIPT CAPITAL F
- 0x2133: [699,21,1300,60,1245], // SCRIPT CAPITAL M
- 0x2134: [462,14,848,35,780], // SCRIPT SMALL O
- 0x213C: [449,13,730,32,715], // DOUBLE-STRUCK SMALL PI
- 0x213F: [669,0,796,35,821], // DOUBLE-STRUCK CAPITAL PI
- 0x2145: [669,0,748,18,733], // stix-mathematical bold double-struck capital D
- 0x2146: [699,13,633,45,698], // stix-mathematical bold double-struck small letter d
- 0x2147: [462,13,575,45,540], // stix-mathematical bold double-struck small letter e
- 0x2148: [669,0,379,40,413], // stix-mathematical bold double-struck small letter i
- 0x2149: [669,205,421,-93,455] // stix-mathematical bold double-struck small letter j
- }
- );
- MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/BoldItalic/LetterlikeSymbols.js");
|