LetterlikeSymbols.js 3.1 KB

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