Main.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/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_Symbols'] = {
  20. directory: 'Symbols/Regular',
  21. family: 'NeoEulerMathJax_Symbols',
  22. testString: '\u00A0\u2320\u2321\u2329\u232A\u239B\u239C\u239D\u239E\u239F\u23A0\u23A1\u23A2\u23A3\u23A4',
  23. 0x20: [0,0,333,0,0],
  24. 0xA0: [0,0,333,0,0],
  25. 0x2320: [915,0,444,180,452],
  26. 0x2321: [925,0,444,-23,265],
  27. 0x2329: [737,237,388,107,330],
  28. 0x232A: [737,237,388,57,280],
  29. 0x239B: [1808,0,883,292,851],
  30. 0x239C: [620,0,875,292,403],
  31. 0x239D: [1808,0,883,292,851],
  32. 0x239E: [1808,0,873,22,581],
  33. 0x239F: [620,0,875,472,583],
  34. 0x23A0: [1808,0,873,22,581],
  35. 0x23A1: [1799,0,666,326,659],
  36. 0x23A2: [602,0,666,326,395],
  37. 0x23A3: [1800,-1,666,326,659],
  38. 0x23A4: [1799,0,666,7,340],
  39. 0x23A5: [602,0,666,271,340],
  40. 0x23A6: [1800,-1,666,7,340],
  41. 0x23A7: [909,0,889,395,718],
  42. 0x23A8: [1820,0,889,170,492],
  43. 0x23A9: [909,0,889,395,718],
  44. 0x23AA: [320,0,889,395,492],
  45. 0x23AB: [909,0,889,170,492],
  46. 0x23AC: [1820,0,889,395,718],
  47. 0x23AD: [909,0,889,170,492],
  48. 0x23AE: [381,0,444,181,265]
  49. };
  50. MathJax.Callback.Queue(
  51. ["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Symbols"],
  52. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Symbols/Regular/Main.js"]
  53. );