| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/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'],
- {
- 0x2102: [691,19,727,45,672], // stix-mathematical bold oblique double-struck capital C
- 0x2105: [688,12,873,38,835], // CARE OF
- 0x2107: [691,19,699,65,662], // EULER CONSTANT
- 0x210C: [701,205,843,42,795], // BLACK-LETTER CAPITAL H
- 0x210D: [676,0,768,75,693], // stix-mathematical bold oblique double-struck capital H
- 0x210E: [685,10,576,50,543], // PLANCK CONSTANT
- 0x210F: [685,10,576,50,543], // stix-/hbar - Planck's over 2pi
- 0x2111: [701,25,790,54,735], // BLACK-LETTER CAPITAL I
- 0x2113: [699,14,500,43,632], // SCRIPT SMALL L
- 0x2115: [676,0,738,75,663], // stix-mathematical bold oblique double-struck capital N
- 0x2116: [691,18,1093,10,1042], // NUMERO SIGN
- 0x2117: [691,19,747,26,721], // SOUND RECORDING COPYRIGHT
- 0x2118: [541,219,850,55,822], // SCRIPT CAPITAL P
- 0x2119: [676,0,700,75,670], // stix-mathematical bold oblique double-struck capital P
- 0x211A: [691,64,797,45,747], // stix-mathematical bold oblique double-struck capital Q
- 0x211C: [701,25,884,50,841], // BLACK-LETTER CAPITAL R
- 0x211D: [676,0,783,75,758], // stix-mathematical bold oblique double-struck capital R
- 0x211E: [676,101,722,26,726], // PRESCRIPTION TAKE
- 0x2122: [676,-271,1000,24,977], // TRADE MARK SIGN
- 0x2124: [691,0,777,52,727], // stix-mathematical bold oblique double-struck capital Z
- 0x2125: [676,205,448,21,424], // OUNCE SIGN
- 0x2126: [692,0,758,35,723], // OHM SIGN
- 0x2127: [674,18,758,35,723], // INVERTED OHM SIGN
- 0x2128: [701,195,755,44,703], // BLACK-LETTER CAPITAL Z
- 0x2129: [475,0,312,9,244], // TURNED GREEK SMALL LETTER IOTA
- 0x212B: [920,0,722,9,689], // ANGSTROM SIGN
- 0x212D: [701,19,773,54,731], // BLACK-LETTER CAPITAL C
- 0x2132: [676,0,616,48,546], // TURNED CAPITAL F
- 0x2135: [694,34,766,76,690], // ALEF SYMBOL
- 0x2136: [694,34,703,60,659], // BET SYMBOL
- 0x2137: [694,34,562,71,493], // GIMEL SYMBOL
- 0x2138: [694,34,599,40,559], // DALET SYMBOL
- 0x213C: [461,11,804,55,759], // DOUBLE-STRUCK SMALL PI
- 0x213D: [486,203,646,23,624], // DOUBLE-STRUCK SMALL GAMMA
- 0x213E: [676,0,497,75,643], // DOUBLE-STRUCK CAPITAL GAMMA
- 0x213F: [676,0,768,75,693], // DOUBLE-STRUCK CAPITAL PI
- 0x2140: [773,269,976,36,952], // DOUBLE-STRUCK N-ARY SUMMATION
- 0x214B: [690,17,833,61,788] // TURNED AMPERSAND
- }
- );
- MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Bold/LetterlikeSymbols.js");
|