Main.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/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_DoubleStruck-bold-italic'] = {
  20. directory: 'DoubleStruck/BoldItalic',
  21. family: 'STIXMathJax_DoubleStruck',
  22. weight: 'bold',
  23. style: 'italic',
  24. testString: '\u00A0\u2102\u210D\u2115\u2119\u211A\u211D\u2124\u213C\u213F\u2145\u2146\u2147\u2148\u2149',
  25. 0x20: [0,0,250,0,0],
  26. 0xA0: [0,0,250,0,0],
  27. 0x2102: [685,14,713,35,704],
  28. 0x210D: [669,0,773,21,808],
  29. 0x2115: [669,0,760,27,783],
  30. 0x2119: [669,0,497,18,715],
  31. 0x211A: [685,74,754,35,734],
  32. 0x211D: [669,0,727,18,718],
  33. 0x2124: [669,0,807,23,837],
  34. 0x213C: [449,13,730,32,715],
  35. 0x213F: [669,0,796,35,821],
  36. 0x2145: [669,0,748,18,733],
  37. 0x2146: [699,13,633,45,698],
  38. 0x2147: [462,13,575,45,540],
  39. 0x2148: [669,0,379,40,413],
  40. 0x2149: [669,205,421,-93,455]
  41. };
  42. MathJax.Callback.Queue(
  43. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_DoubleStruck-bold-italic"],
  44. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/DoubleStruck/BoldItalic/Main.js"]
  45. );