Main.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/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['GyreTermesMathJax_Arrows'] = {
  20. directory: 'Arrows/Regular',
  21. family: 'GyreTermesMathJax_Arrows',
  22. testString: '\u00A0\u219F\u21A1\u21A4\u21A5\u21A7\u21B2\u21B3\u21B4\u21B5\u21C5\u21D6\u21D7\u21D8\u21D9',
  23. 0x20: [0,0,250,0,0],
  24. 0xA0: [0,0,250,0,0],
  25. 0x219F: [690,180,520,80,440],
  26. 0x21A1: [680,190,520,80,440],
  27. 0x21A4: [430,-70,850,80,770],
  28. 0x21A5: [600,90,520,80,440],
  29. 0x21A7: [590,100,520,80,440],
  30. 0x21B2: [598,98,540,80,460],
  31. 0x21B3: [598,98,540,80,460],
  32. 0x21B4: [478,-12,770,80,690],
  33. 0x21B5: [555,55,626,80,546],
  34. 0x21C5: [600,100,920,80,840],
  35. 0x21D6: [497,63,720,80,640],
  36. 0x21D7: [497,63,720,80,640],
  37. 0x21D8: [563,-3,720,80,640],
  38. 0x21D9: [563,-3,720,80,640],
  39. 0x21DC: [430,-70,850,80,770],
  40. 0x21E6: [470,-30,1073,80,993],
  41. 0x21E7: [715,198,600,80,520],
  42. 0x21E8: [470,-30,1073,80,993],
  43. 0x21E9: [698,215,600,80,520],
  44. 0x21F3: [715,215,600,80,520],
  45. 0x21F5: [600,100,920,80,840],
  46. 0x21F6: [830,330,850,80,770],
  47. 0x27F4: [568,68,1132,80,1052],
  48. 0x27FB: [430,-70,1170,80,1090],
  49. 0x27FD: [470,-30,1350,80,1270],
  50. 0x27FE: [470,-30,1350,80,1270],
  51. 0x27FF: [430,-70,1170,80,1090],
  52. 0x2906: [470,-30,1030,80,950],
  53. 0x2907: [470,-30,1030,80,950]
  54. };
  55. MathJax.Callback.Queue(
  56. ["initFont",MathJax.OutputJax["HTML-CSS"],"GyreTermesMathJax_Arrows"],
  57. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Arrows/Regular/Main.js"]
  58. );