Other.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.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.Hub.Insert(
  21. MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_SansSerif-bold'],
  22. {
  23. 0xA0: [0,0,250,0,0], // NO-BREAK SPACE
  24. 0x131: [458,0,256,54,201], // LATIN SMALL LETTER DOTLESS I
  25. 0x237: [458,205,286,-71,232], // LATIN SMALL LETTER DOTLESS J
  26. 0x393: [691,0,581,92,534], // GREEK CAPITAL LETTER GAMMA
  27. 0x394: [694,0,917,60,856], // GREEK CAPITAL LETTER DELTA
  28. 0x398: [716,22,856,62,793], // GREEK CAPITAL LETTER THETA
  29. 0x39B: [694,0,672,41,630], // GREEK CAPITAL LETTER LAMDA
  30. 0x39E: [688,0,733,46,686], // GREEK CAPITAL LETTER XI
  31. 0x3A0: [691,0,794,92,702], // GREEK CAPITAL LETTER PI
  32. 0x3A3: [694,0,794,61,732], // GREEK CAPITAL LETTER SIGMA
  33. 0x3A5: [715,0,856,62,793], // GREEK CAPITAL LETTER UPSILON
  34. 0x3A6: [694,0,794,62,732], // GREEK CAPITAL LETTER PHI
  35. 0x3A8: [694,0,856,61,794], // GREEK CAPITAL LETTER PSI
  36. 0x3A9: [716,0,794,49,744], // GREEK CAPITAL LETTER OMEGA
  37. 0x2013: [327,-240,550,0,549], // EN DASH
  38. 0x2014: [327,-240,1100,0,1099], // EM DASH
  39. 0x2018: [694,-443,306,81,226], // LEFT SINGLE QUOTATION MARK
  40. 0x2019: [694,-442,306,80,226], // RIGHT SINGLE QUOTATION MARK
  41. 0x201C: [694,-443,558,138,520], // LEFT DOUBLE QUOTATION MARK
  42. 0x201D: [694,-442,558,37,420] // RIGHT DOUBLE QUOTATION MARK
  43. }
  44. );
  45. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SansSerif/Bold/Other.js");