LetterlikeSymbols.js 3.5 KB

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