Main.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/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_Marks-bold-italic'] = {
  20. directory: 'Marks/BoldItalic',
  21. family: 'STIXMathJax_Marks',
  22. weight: 'bold',
  23. style: 'italic',
  24. testString: '\u00A0\u02B0\u02B1\u02B2\u02B3\u02B4\u02B5\u02B6\u02B7\u02B8\u02BB\u02C0\u02C1\u02DB\u02DD',
  25. 0x20: [0,0,250,0,0],
  26. 0xA0: [0,0,250,0,0],
  27. 0x2B0: [852,-328,380,7,365],
  28. 0x2B1: [841,-329,380,7,365],
  29. 0x2B2: [862,-176,350,24,384],
  30. 0x2B3: [690,-344,389,21,384],
  31. 0x2B4: [690,-344,389,2,365],
  32. 0x2B5: [690,-171,389,2,371],
  33. 0x2B6: [684,-345,390,5,466],
  34. 0x2B7: [690,-331,450,15,467],
  35. 0x2B8: [690,-176,350,11,386],
  36. 0x2BB: [685,-369,333,128,332],
  37. 0x2C0: [690,-240,343,-3,323],
  38. 0x2C1: [690,-240,326,20,364],
  39. 0x2DB: [44,173,333,-40,189],
  40. 0x2DD: [697,-516,333,69,498],
  41. 0x2E0: [684,-190,379,14,423],
  42. 0x2E1: [857,-329,222,2,217],
  43. 0x2E2: [690,-331,280,8,274],
  44. 0x2E3: [690,-335,389,3,387],
  45. 0x2E4: [849,-329,328,9,364],
  46. 0x2EC: [70,167,314,5,309],
  47. 0x2ED: [720,-528,395,5,390],
  48. 0x2F7: [-108,227,333,-74,285],
  49. 0x2010: [282,-166,333,-4,273],
  50. 0x2011: [282,-166,333,-4,273],
  51. 0x2012: [282,-166,500,-40,477],
  52. 0x201A: [134,182,333,-5,199],
  53. 0x201B: [685,-369,333,128,302],
  54. 0x201E: [134,182,500,-57,403],
  55. 0x201F: [685,-369,500,92,513],
  56. 0x2022: [462,-42,560,70,490],
  57. 0x2030: [706,29,1118,80,1068],
  58. 0x2031: [706,29,1480,80,1430],
  59. 0x2039: [415,-32,333,32,303],
  60. 0x203A: [415,-32,333,10,281],
  61. 0x20DD: [760,254,0,-753,256]
  62. };
  63. MathJax.Callback.Queue(
  64. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Marks-bold-italic"],
  65. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Marks/BoldItalic/Main.js"]
  66. );