Main.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/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_Symbols-bold'] = {
  20. directory: 'Symbols/Bold',
  21. family: 'STIXMathJax_Symbols',
  22. weight: 'bold',
  23. testString: '\u00A0\u2302\u2310\u2319\u2329\u232A\u2336\u233D\u233F\u23AF\u27C8\u27C9\u2980\u29B6\u29B7',
  24. 0x20: [0,0,250,0,0],
  25. 0xA0: [0,0,250,0,0],
  26. 0x2302: [774,0,926,55,871],
  27. 0x2310: [399,-108,750,65,685],
  28. 0x2319: [399,-108,750,65,685],
  29. 0x2329: [732,193,445,69,399],
  30. 0x232A: [732,193,445,46,376],
  31. 0x2336: [751,156,926,85,841],
  32. 0x233D: [694,190,924,80,844],
  33. 0x233F: [732,200,728,55,673],
  34. 0x23AF: [297,-209,315,0,315],
  35. 0x27C8: [547,13,1025,62,943],
  36. 0x27C9: [547,13,1025,62,943],
  37. 0x2980: [705,200,675,105,570],
  38. 0x29B6: [634,130,864,50,814],
  39. 0x29B7: [634,130,864,50,814],
  40. 0x29B8: [634,130,864,50,814],
  41. 0x29C0: [634,130,864,50,814],
  42. 0x29C1: [634,130,864,50,814],
  43. 0x29C4: [661,158,910,45,865],
  44. 0x29C5: [661,158,910,45,865],
  45. 0x29C6: [661,158,910,45,865],
  46. 0x29C7: [661,158,910,45,865]
  47. };
  48. MathJax.Callback.Queue(
  49. ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Symbols-bold"],
  50. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Symbols/Bold/Main.js"]
  51. );