Main.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/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_Arrows-bold'] = {
  20. directory: 'Arrows/Bold',
  21. family: 'STIXMathJax_Arrows',
  22. weight: 'bold',
  23. testString: '\u00A0\u219C\u219D\u219F\u21A1\u21A4\u21A5\u21A7\u21A8\u21AF\u21B2\u21B3\u21B4\u21B5\u21B8',
  24. 0x20: [0,0,250,0,0],
  25. 0xA0: [0,0,250,0,0],
  26. 0x219C: [462,-72,956,66,890],
  27. 0x219D: [462,-72,956,66,890],
  28. 0x219F: [676,165,568,86,482],
  29. 0x21A1: [676,165,568,86,482],
  30. 0x21A4: [451,-55,977,68,909],
  31. 0x21A5: [676,165,584,94,490],
  32. 0x21A7: [676,165,584,94,490],
  33. 0x21A8: [732,196,584,94,490],
  34. 0x21AF: [683,154,562,68,494],
  35. 0x21B2: [686,170,584,45,503],
  36. 0x21B3: [686,170,584,81,539],
  37. 0x21B4: [686,162,960,66,894],
  38. 0x21B5: [686,171,960,56,904],
  39. 0x21B8: [768,170,977,68,911],
  40. 0x21B9: [618,114,977,68,909],
  41. 0x21C5: [676,165,864,66,798],
  42. 0x21D6: [662,156,926,54,872],
  43. 0x21D7: [662,156,926,54,872],
  44. 0x21D8: [662,156,926,54,872],
  45. 0x21D9: [662,156,926,54,872],
  46. 0x21DC: [451,-55,977,62,914],
  47. 0x21E6: [551,45,926,60,866],
  48. 0x21E7: [662,156,685,45,641],
  49. 0x21E8: [551,45,926,60,866],
  50. 0x21E9: [662,156,685,45,641],
  51. 0x21EA: [705,201,685,45,641],
  52. 0x21F5: [676,165,864,66,798],
  53. 0xE0B4: [555,-209,282,42,239],
  54. 0xE0B5: [555,-209,282,43,240],
  55. 0xE0B6: [478,-56,0,15,142]
  56. };
  57. MathJax.Callback.Queue(
  58. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Arrows-bold"],
  59. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Arrows/Bold/Main.js"]
  60. );