Main.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/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['LatinModernMathJax_Shapes'] = {
  20. directory: 'Shapes/Regular',
  21. family: 'LatinModernMathJax_Shapes',
  22. testString: '\u00A0\u2422\u2423\u2500\u2502\u251C\u2524\u252C\u2534\u253C\u2581\u2588\u2591\u2592\u2593',
  23. 0x20: [0,0,332,0,0],
  24. 0xA0: [0,0,332,0,0],
  25. 0x2422: [694,11,556,28,521],
  26. 0x2423: [249,105,500,42,458],
  27. 0x2500: [270,-230,666,-20,686],
  28. 0x2502: [770,270,666,313,353],
  29. 0x251C: [770,-230,666,313,686],
  30. 0x2524: [270,270,666,-20,353],
  31. 0x252C: [270,270,666,313,686],
  32. 0x2534: [770,-230,666,-20,353],
  33. 0x253C: [770,270,666,-20,686],
  34. 0x2581: [83,0,664,0,664],
  35. 0x2588: [664,0,664,0,664],
  36. 0x2591: [664,0,664,0,664],
  37. 0x2592: [664,0,664,0,664],
  38. 0x2593: [664,0,664,0,664],
  39. 0x25AA: [358,-142,328,56,272],
  40. 0x25AB: [358,-142,328,56,272],
  41. 0x25AC: [417,-84,778,56,722],
  42. 0x25AD: [417,-84,778,56,722],
  43. 0x25B7: [678,178,858,56,802],
  44. 0x25C1: [678,178,858,56,802],
  45. 0x25CB: [592,92,796,56,740],
  46. 0x25CF: [592,92,796,56,740],
  47. 0x25E6: [445,-55,500,55,445],
  48. 0x2664: [727,130,778,56,722],
  49. 0x2665: [716,33,778,56,722],
  50. 0x2666: [727,163,778,56,722],
  51. 0x2667: [727,130,778,28,750],
  52. 0x266A: [695,29,611,55,556],
  53. 0x26AD: [467,-36,500,-78,577],
  54. 0x26AE: [606,104,500,-189,688],
  55. 0x2B04: [520,20,1062,56,1006],
  56. 0x2B05: [468,-31,977,56,921],
  57. 0x2B06: [672,193,612,87,524],
  58. 0x2B07: [693,172,612,87,524],
  59. 0x2B0C: [468,-31,1022,89,933],
  60. 0x2B0D: [672,172,549,56,492],
  61. 0x2B1A: [640,240,960,40,920],
  62. 0x2B31: [990,490,997,56,941],
  63. 0x2B33: [510,10,1463,56,1407]
  64. };
  65. MathJax.Callback.Queue(
  66. ["initFont",MathJax.OutputJax["HTML-CSS"],"LatinModernMathJax_Shapes"],
  67. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Shapes/Regular/Main.js"]
  68. );