Main.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/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_Marks'] = {
  20. directory: 'Marks/Regular',
  21. family: 'NeoEulerMathJax_Marks',
  22. testString: '\u00A0\u0305\u030F\u0311\u0323\u0324\u0325\u032E\u032F\u0330\u0331\u0332\u2036\u2037\u20D6',
  23. 0x20: [0,0,333,0,0],
  24. 0xA0: [0,0,333,0,0],
  25. 0x305: [615,-570,0,-445,-53],
  26. 0x30F: [683,-502,0,-497,-154],
  27. 0x311: [671,-513,0,-390,-108],
  28. 0x323: [-93,193,0,-225,-125],
  29. 0x324: [-93,193,0,-399,-100],
  30. 0x325: [-43,243,0,-349,-149],
  31. 0x32E: [-78,207,0,-388,-83],
  32. 0x32F: [-78,207,0,-388,-83],
  33. 0x330: [-95,196,0,-389,-68],
  34. 0x331: [-116,169,0,-405,-93],
  35. 0x332: [-120,165,0,-445,-53],
  36. 0x2036: [782,-422,433,30,386],
  37. 0x2037: [782,-422,626,30,578],
  38. 0x20D6: [750,-479,287,-131,287],
  39. 0x20DB: [642,-542,0,-599,-100],
  40. 0x20DC: [642,-542,0,-799,-100],
  41. 0x20DD: [716,216,1000,55,944],
  42. 0x20E1: [750,-479,449,0,449],
  43. 0x20EE: [50,221,287,-131,287],
  44. 0x20EF: [50,221,287,0,418]
  45. };
  46. MathJax.Callback.Queue(
  47. ["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Marks"],
  48. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Marks/Regular/Main.js"]
  49. );