Main.js 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
  4. *
  5. * Copyright (c) 2009-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. */
  20. MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_WinChrome'] = {
  21. directory: 'WinChrome/Regular',
  22. family: 'MathJax_WinChrome',
  23. testString: "> T d \u23A6 \u2A00",
  24. skew: {
  25. 0x54: 0.0278,
  26. 0xE2F0: 0.0319
  27. },
  28. 0x20: [0,0,250,0,0], // SPACE
  29. 0x3E: [540,40,778,83,694], // GREATER-THAN SIGN
  30. 0x54: [717,68,545,34,833], // LATIN CAPITAL LETTER T
  31. 0x64: [694,11,511,101,567], // LATIN SMALL LETTER D
  32. 0xA0: [0,0,250,0,0], // NO-BREAK SPACE
  33. 0x22C3: [750,249,833,55,777], // N-ARY UNION
  34. 0x23A6: [1155,644,667,0,347], // RIGHT SQUARE BRACKET LOWER CORNER
  35. 0x2A00: [949,449,1511,56,1454], // N-ARY CIRCLED DOT OPERATOR
  36. 0xE2F0: [720,69,644,38,947], // stix-lowercase u italic slashed
  37. 0xE2F1: [587,85,894,96,797] // stix-lowercase u bold italic slashed
  38. };
  39. MathJax.Callback.Queue(
  40. ["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_WinChrome"],
  41. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/WinChrome/Regular/Main.js"]
  42. );