bold.ts 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2018-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import {CHTMLCharMap, AddCSS} from '../../FontData.js';
  18. import {bold as font} from '../../../common/fonts/tex/bold.js';
  19. export const bold: CHTMLCharMap = AddCSS(font, {
  20. 0xB7: {c: '\\22C5'},
  21. 0x131: {f: ''},
  22. 0x237: {f: ''},
  23. 0x2B9: {c: '\\2032'},
  24. 0x2002: {c: ''},
  25. 0x2003: {c: ''},
  26. 0x2004: {c: ''},
  27. 0x2005: {c: ''},
  28. 0x2006: {c: ''},
  29. 0x2009: {c: ''},
  30. 0x200A: {c: ''},
  31. 0x2015: {c: '\\2014'},
  32. 0x2016: {c: '\\2225'},
  33. 0x2017: {c: '_'},
  34. 0x2022: {c: '\\2219'},
  35. 0x2033: {c: '\\2032\\2032'},
  36. 0x2034: {c: '\\2032\\2032\\2032'},
  37. 0x203E: {c: '\\2C9'},
  38. 0x2044: {c: '/'},
  39. 0x2057: {c: '\\2032\\2032\\2032\\2032'},
  40. 0x20D7: {c: '\\2192', f: 'VB'},
  41. 0x219A: {c: '\\2190\\338'},
  42. 0x219B: {c: '\\2192\\338'},
  43. 0x21AE: {c: '\\2194\\338'},
  44. 0x21CD: {c: '\\21D0\\338'},
  45. 0x21CE: {c: '\\21D4\\338'},
  46. 0x21CF: {c: '\\21D2\\338'},
  47. 0x2204: {c: '\\2203\\338'},
  48. 0x2206: {c: '\\394'},
  49. 0x220C: {c: '\\220B\\338'},
  50. 0x2224: {c: '\\2223\\338'},
  51. 0x2226: {c: '\\2225\\338'},
  52. 0x2241: {c: '\\223C\\338'},
  53. 0x2244: {c: '\\2243\\338'},
  54. 0x2247: {c: '\\2245\\338'},
  55. 0x2249: {c: '\\2248\\338'},
  56. 0x2262: {c: '\\2261\\338'},
  57. 0x226D: {c: '\\224D\\338'},
  58. 0x226E: {c: '<\\338'},
  59. 0x226F: {c: '>\\338'},
  60. 0x2270: {c: '\\2264\\338'},
  61. 0x2271: {c: '\\2265\\338'},
  62. 0x2280: {c: '\\227A\\338'},
  63. 0x2281: {c: '\\227B\\338'},
  64. 0x2284: {c: '\\2282\\338'},
  65. 0x2285: {c: '\\2283\\338'},
  66. 0x2288: {c: '\\2286\\338'},
  67. 0x2289: {c: '\\2287\\338'},
  68. 0x22AC: {c: '\\22A2\\338'},
  69. 0x22AD: {c: '\\22A8\\338'},
  70. 0x22E2: {c: '\\2291\\338'},
  71. 0x22E3: {c: '\\2292\\338'},
  72. 0x2329: {c: '\\27E8'},
  73. 0x232A: {c: '\\27E9'},
  74. 0x25B5: {c: '\\25B3'},
  75. 0x25BF: {c: '\\25BD'},
  76. 0x2758: {c: '\\2223'},
  77. 0x29F8: {c: '/', f: 'BI'},
  78. 0x2A2F: {c: '\\D7'},
  79. 0x3008: {c: '\\27E8'},
  80. 0x3009: {c: '\\27E9'},
  81. });