Main.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/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['NeoEulerMathJax_Variants'] = {
  20. directory: 'Variants/Regular',
  21. family: 'NeoEulerMathJax_Variants',
  22. testString: '\u00A0\u2032\u2033\u2034\u2035\u2036\u2037\u2057\uE200\uE201\uE202\uE203\uE204\uE205\uE206',
  23. 0x20: [0,0,333,0,0],
  24. 0xA0: [0,0,333,0,0],
  25. 0x2032: [559,-41,329,48,299],
  26. 0x2033: [559,-41,640,48,610],
  27. 0x2034: [559,-41,950,48,920],
  28. 0x2035: [559,-41,329,48,299],
  29. 0x2036: [559,-41,640,48,610],
  30. 0x2037: [559,-41,950,48,919],
  31. 0x2057: [559,-41,1260,48,1230],
  32. 0xE200: [493,13,501,41,456],
  33. 0xE201: [469,1,501,46,460],
  34. 0xE202: [474,-1,501,59,485],
  35. 0xE203: [474,182,501,38,430],
  36. 0xE204: [476,192,501,10,482],
  37. 0xE205: [458,184,501,47,441],
  38. 0xE206: [700,13,501,45,471],
  39. 0xE207: [468,181,501,37,498],
  40. 0xE208: [706,10,501,40,461],
  41. 0xE209: [470,182,501,27,468]
  42. };
  43. MathJax.Callback.Queue(
  44. ["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Variants"],
  45. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Variants/Regular/Main.js"]
  46. );