Main.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js
  4. *
  5. * Copyright (c) 2013-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. MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXMathJax_Variants-italic'] = {
  20. directory: 'Variants/Italic',
  21. family: 'STIXMathJax_Variants',
  22. style: 'italic',
  23. testString: '\u00A0\uE22D\uE22E\uE22F\uE230\uE231\uE232\uE233\uE234\uE235\uE236\uE237\uE238\uE239\uE23A',
  24. 0x20: [0,0,250,0,0],
  25. 0xA0: [0,0,250,0,0],
  26. 0xE22D: [677,45,852,43,812],
  27. 0xE22E: [670,3,724,35,709],
  28. 0xE22F: [671,11,569,43,586],
  29. 0xE230: [662,0,801,34,788],
  30. 0xE231: [670,4,553,40,599],
  31. 0xE232: [662,0,652,43,710],
  32. 0xE233: [671,131,580,40,580],
  33. 0xE234: [664,21,831,41,845],
  34. 0xE235: [662,0,575,38,591],
  35. 0xE236: [662,120,632,31,785],
  36. 0xE237: [670,13,809,30,783],
  37. 0xE238: [670,7,693,30,653],
  38. 0xE239: [671,45,1166,40,1128],
  39. 0xE23A: [795,37,957,40,1064],
  40. 0xE23B: [669,10,737,38,729],
  41. 0xE23C: [662,0,667,38,709],
  42. 0xE23D: [671,131,744,43,704],
  43. 0xE23E: [662,3,854,38,816],
  44. 0xE23F: [671,0,634,38,671],
  45. 0xE240: [721,0,509,41,730],
  46. 0xE241: [672,13,817,37,950],
  47. 0xE242: [677,33,638,33,680],
  48. 0xE243: [685,32,956,33,998],
  49. 0xE244: [672,13,692,38,739],
  50. 0xE245: [675,131,719,34,763],
  51. 0xE246: [664,94,752,38,714],
  52. 0xE262: [460,11,570,56,514],
  53. 0xE266: [460,0,570,100,415],
  54. 0xE26A: [460,0,570,59,487],
  55. 0xE26E: [461,217,570,40,513],
  56. 0xE272: [450,217,570,17,542],
  57. 0xE276: [450,218,570,23,536],
  58. 0xE27A: [668,10,570,28,553],
  59. 0xE27E: [450,217,570,40,543],
  60. 0xE282: [668,10,570,50,519],
  61. 0xE286: [460,217,570,23,526]
  62. };
  63. MathJax.Callback.Queue(
  64. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Variants-italic"],
  65. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Variants/Italic/Main.js"]
  66. );