Main.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.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.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXNonUnicode-italic'] = {
  21. directory: 'NonUnicode/Italic',
  22. family: 'STIXNonUnicode',
  23. style: 'italic',
  24. Ranges: [
  25. [0x20,0x20,"All"],
  26. [0xA0,0xA0,"All"],
  27. [0xE000,0xF8FF,"PrivateUse"]
  28. ],
  29. 0xE22D: [677,45,852,43,812], // stix-mathematical calligraphic capital A
  30. 0xE22E: [670,3,724,35,709], // stix-mathematical calligraphic capital B
  31. 0xE22F: [671,11,569,43,586], // stix-mathematical calligraphic capital C
  32. 0xE230: [662,0,801,34,788], // stix-mathematical calligraphic capital D
  33. 0xE231: [670,4,553,40,599], // stix-mathematical calligraphic capital E
  34. 0xE232: [662,0,652,43,710], // stix-mathematical calligraphic capital F
  35. 0xE233: [671,131,580,40,580], // stix-mathematical calligraphic capital G
  36. 0xE234: [664,21,831,41,845], // stix-mathematical calligraphic capital H
  37. 0xE235: [662,0,575,38,591], // stix-mathematical calligraphic capital I
  38. 0xE236: [662,120,632,31,785], // stix-mathematical calligraphic capital J
  39. 0xE237: [670,13,809,30,783], // stix-mathematical calligraphic capital K
  40. 0xE238: [670,7,693,30,653], // stix-mathematical calligraphic capital L
  41. 0xE239: [671,45,1166,40,1128], // stix-mathematical calligraphic capital M
  42. 0xE23A: [795,37,957,40,1064], // stix-mathematical calligraphic capital N
  43. 0xE23B: [669,10,737,38,729], // stix-mathematical calligraphic capital O
  44. 0xE23C: [662,0,667,38,709], // stix-mathematical calligraphic capital P
  45. 0xE23D: [671,131,744,43,704], // stix-mathematical calligraphic capital Q
  46. 0xE23E: [662,3,854,38,816], // stix-mathematical calligraphic capital R
  47. 0xE23F: [671,0,634,38,671], // stix-mathematical calligraphic capital S
  48. 0xE240: [721,0,509,41,730], // stix-mathematical calligraphic capital T
  49. 0xE241: [672,13,817,37,950], // stix-mathematical calligraphic capital U
  50. 0xE242: [677,33,638,33,680], // stix-mathematical calligraphic capital V
  51. 0xE243: [685,32,956,33,998], // stix-mathematical calligraphic capital W
  52. 0xE244: [672,13,692,38,739], // stix-mathematical calligraphic capital X
  53. 0xE245: [675,131,719,34,763], // stix-mathematical calligraphic capital Y
  54. 0xE246: [664,94,752,38,714] // stix-mathematical calligraphic capital Z
  55. };
  56. MathJax.OutputJax["HTML-CSS"].initFont("STIXNonUnicode-italic");
  57. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/NonUnicode/Italic/Main.js");