Main.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/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['GyrePagellaMathJax_Shapes'] = {
  20. directory: 'Shapes/Regular',
  21. family: 'GyrePagellaMathJax_Shapes',
  22. testString: '\u00A0\u2422\u2423\u2500\u2502\u251C\u2524\u252C\u2534\u253C\u2581\u2588\u2591\u2592\u2593',
  23. 0x20: [0,0,250,0,0],
  24. 0xA0: [0,0,250,0,0],
  25. 0x2422: [726,12,553,-15,508],
  26. 0x2423: [133,97,500,40,460],
  27. 0x2500: [280,-220,600,0,600],
  28. 0x2502: [650,150,600,270,330],
  29. 0x251C: [650,150,600,270,600],
  30. 0x2524: [650,150,600,0,330],
  31. 0x252C: [280,150,600,0,600],
  32. 0x2534: [650,-220,600,0,600],
  33. 0x253C: [650,150,600,0,600],
  34. 0x2581: [88,0,700,0,700],
  35. 0x2588: [700,0,700,0,700],
  36. 0x2591: [700,0,700,0,700],
  37. 0x2592: [700,0,700,0,700],
  38. 0x2593: [700,0,700,0,700],
  39. 0x25AA: [410,-90,480,80,400],
  40. 0x25AB: [410,-90,480,80,400],
  41. 0x25AC: [400,-100,760,80,680],
  42. 0x25AD: [400,-100,760,80,680],
  43. 0x25B7: [643,143,841,80,761],
  44. 0x25C1: [643,143,841,80,761],
  45. 0x25CB: [568,68,796,80,716],
  46. 0x25CF: [568,68,796,80,716],
  47. 0x25E6: [450,-50,560,80,480],
  48. 0x2664: [668,0,800,80,720],
  49. 0x2665: [666,0,760,80,680],
  50. 0x2666: [670,0,746,80,666],
  51. 0x2667: [668,0,842,80,762],
  52. 0x266A: [692,20,600,56,561],
  53. 0x26AD: [475,-26,500,-116,616],
  54. 0x26AE: [699,199,500,-170,670],
  55. 0x2B04: [450,-50,1069,80,989],
  56. 0x2B05: [450,-50,995,80,915],
  57. 0x2B06: [673,162,560,80,480],
  58. 0x2B07: [662,173,560,80,480],
  59. 0x2B0C: [450,-50,1005,80,925],
  60. 0x2B0D: [673,172,560,80,480],
  61. 0x2B1A: [660,160,940,60,880],
  62. 0x2B31: [740,240,920,80,840],
  63. 0x2B33: [400,-100,1370,80,1290]
  64. };
  65. MathJax.Callback.Queue(
  66. ["initFont",MathJax.OutputJax["HTML-CSS"],"GyrePagellaMathJax_Shapes"],
  67. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Shapes/Regular/Main.js"]
  68. );