Main.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/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_DoubleStruck-italic'] = {
  20. directory: 'DoubleStruck/Italic',
  21. family: 'STIXMathJax_DoubleStruck',
  22. style: 'italic',
  23. testString: '\u00A0\u2102\u210D\u2115\u2119\u211A\u211D\u2124\u213C\u213F\u2145\u2146\u2147\u2148\u2149',
  24. 0x20: [0,0,250,0,0],
  25. 0xA0: [0,0,250,0,0],
  26. 0x2102: [666,18,702,35,702],
  27. 0x210D: [653,0,732,17,767],
  28. 0x2115: [653,0,727,25,755],
  29. 0x2119: [653,0,687,17,686],
  30. 0x211A: [666,71,723,35,713],
  31. 0x211D: [653,0,687,17,686],
  32. 0x2124: [653,0,754,7,750],
  33. 0x213C: [428,12,635,40,630],
  34. 0x213F: [653,0,750,30,780],
  35. 0x2145: [653,0,713,17,703],
  36. 0x2146: [683,11,581,40,634],
  37. 0x2147: [441,11,515,40,485],
  38. 0x2148: [653,0,293,27,346],
  39. 0x2149: [653,217,341,-104,394]
  40. };
  41. MathJax.Callback.Queue(
  42. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_DoubleStruck-italic"],
  43. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/DoubleStruck/Italic/Main.js"]
  44. );