GeneralPunctuation.js 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.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_Main-bold'],
  22. {
  23. 0x2002: [0,0,500,0,0], // ??
  24. 0x2003: [0,0,999,0,0], // ??
  25. 0x2004: [0,0,333,0,0], // ??
  26. 0x2005: [0,0,250,0,0], // ??
  27. 0x2006: [0,0,167,0,0], // ??
  28. 0x2009: [0,0,167,0,0], // ??
  29. 0x200A: [0,0,83,0,0], // ??
  30. 0x2013: [300,-249,575,0,574], // EN DASH
  31. 0x2014: [300,-249,1150,0,1149], // EM DASH
  32. 0x2018: [694,-329,319,58,245], // LEFT SINGLE QUOTATION MARK
  33. 0x2019: [694,-329,319,74,261], // RIGHT SINGLE QUOTATION MARK
  34. 0x201C: [694,-329,603,110,564], // LEFT DOUBLE QUOTATION MARK
  35. 0x201D: [694,-329,603,38,492], // RIGHT DOUBLE QUOTATION MARK
  36. 0x2020: [702,211,511,64,446], // DAGGER
  37. 0x2021: [702,202,511,64,446], // DOUBLE DAGGER
  38. 0x2026: [171,-1,1295,74,1221], // HORIZONTAL ELLIPSIS
  39. 0x2032: [563,-33,344,35,331] // PRIME
  40. }
  41. );
  42. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Main/Bold/GeneralPunctuation.js");