Main.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/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_Alphabets'] = {
  20. directory: 'Alphabets/Regular',
  21. family: 'GyrePagellaMathJax_Alphabets',
  22. testString: '\u00A0\u0E3F\u2103\u2107\u2109\u2116\u2117\u211E\u2120\u2122\u2126\u212A\u212B\u212E\uFEFF',
  23. 0x20: [0,0,250,0,0],
  24. 0xA0: [0,0,250,0,0],
  25. 0xE3F: [775,83,611,26,576],
  26. 0x2103: [709,20,1077,50,1038],
  27. 0x2107: [689,20,500,30,477],
  28. 0x2109: [692,3,919,50,899],
  29. 0x2116: [692,20,1096,0,1050],
  30. 0x2117: [668,19,747,31,718],
  31. 0x211E: [692,3,668,22,669],
  32. 0x2120: [700,-320,938,40,898],
  33. 0x2122: [692,-326,979,40,939],
  34. 0x2126: [709,3,839,38,801],
  35. 0x212A: [692,3,726,22,719],
  36. 0x212B: [939,3,778,15,756],
  37. 0x212E: [623,0,772,40,732],
  38. 0xFEFF: [0,0,0,0,0]
  39. };
  40. MathJax.Callback.Queue(
  41. ["initFont",MathJax.OutputJax["HTML-CSS"],"GyrePagellaMathJax_Alphabets"],
  42. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Alphabets/Regular/Main.js"]
  43. );