Main.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/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['STIXMathJax_Variants-bold-italic'] = {
  20. directory: 'Variants/BoldItalic',
  21. family: 'STIXMathJax_Variants',
  22. weight: 'bold',
  23. style: 'italic',
  24. testString: '\u00A0\uE247\uE248\uE249\uE24A\uE24B\uE24C\uE24D\uE24E\uE24F\uE250\uE251\uE252\uE253\uE254',
  25. 0x20: [0,0,250,0,0],
  26. 0xA0: [0,0,250,0,0],
  27. 0xE247: [711,47,871,38,834],
  28. 0xE248: [703,10,755,33,740],
  29. 0xE249: [704,12,667,36,669],
  30. 0xE24A: [696,0,802,30,808],
  31. 0xE24B: [704,8,609,41,626],
  32. 0xE24C: [696,0,645,34,738],
  33. 0xE24D: [704,144,615,43,615],
  34. 0xE24E: [696,24,849,22,858],
  35. 0xE24F: [696,0,621,36,623],
  36. 0xE250: [695,116,645,36,811],
  37. 0xE251: [703,14,856,38,820],
  38. 0xE252: [704,8,726,38,688],
  39. 0xE253: [705,45,1186,38,1146],
  40. 0xE254: [835,39,997,36,1098],
  41. 0xE255: [707,10,772,43,782],
  42. 0xE256: [696,0,645,36,731],
  43. 0xE257: [704,145,778,43,737],
  44. 0xE258: [697,13,869,36,831],
  45. 0xE259: [705,7,667,36,699],
  46. 0xE25A: [783,0,547,33,747],
  47. 0xE25B: [700,14,787,33,936],
  48. 0xE25C: [711,31,652,36,706],
  49. 0xE25D: [711,34,956,36,1010],
  50. 0xE25E: [710,14,720,36,781],
  51. 0xE25F: [711,144,720,36,773],
  52. 0xE260: [702,98,778,36,744],
  53. 0xE264: [473,10,600,47,554],
  54. 0xE268: [473,0,600,95,450],
  55. 0xE26C: [473,0,600,54,531],
  56. 0xE270: [463,217,600,31,547],
  57. 0xE274: [450,217,600,30,564],
  58. 0xE278: [450,218,600,25,561],
  59. 0xE27C: [670,10,600,55,545],
  60. 0xE280: [450,217,600,24,582],
  61. 0xE284: [670,10,600,41,560],
  62. 0xE288: [463,217,600,49,539]
  63. };
  64. MathJax.Callback.Queue(
  65. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Variants-bold-italic"],
  66. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Variants/BoldItalic/Main.js"]
  67. );