PUA.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /*************************************************************
  2. *
  3. * MathJax/fonts/HTML-CSS/TeX/png/Fraktur/Regular/PUA.js
  4. *
  5. * Defines the image size data needed for the HTML-CSS OutputJax
  6. * to display mathematics using fallback images when the fonts
  7. * are not available to the client browser.
  8. *
  9. * ---------------------------------------------------------------------
  10. *
  11. * Copyright (c) 2009-2013 The MathJax Consortium
  12. *
  13. * Licensed under the Apache License, Version 2.0 (the "License");
  14. * you may not use this file except in compliance with the License.
  15. * You may obtain a copy of the
  16. *
  17. * http://www.apache.org/licenses/LICENSE-2.0
  18. *
  19. * Unless required by applicable law or agreed to in writing, software
  20. * distributed under the License is distributed on an "AS IS" BASIS,
  21. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  22. * See the License for the specific language governing permissions and
  23. * limitations under the License.
  24. *
  25. */
  26. MathJax.OutputJax["HTML-CSS"].defineImageData({
  27. "MathJax_Fraktur": {
  28. 0xE300: [ // ??
  29. [3,6,1],[4,7,1],[5,8,1],[6,9,1],[6,11,1],[8,13,1],[9,15,1],[10,17,1],
  30. [12,20,1],[15,25,2],[17,29,2],[21,34,2],[24,40,2],[29,48,3]
  31. ],
  32. 0xE301: [ // ??
  33. [3,6,1],[4,7,1],[5,8,1],[6,9,1],[6,10,1],[8,12,1],[9,13,1],[11,16,1],
  34. [12,19,1],[15,22,1],[17,27,2],[21,31,2],[24,37,2],[29,43,2]
  35. ],
  36. 0xE302: [ // ??
  37. [3,7,2],[3,8,2],[4,10,3],[4,11,3],[5,13,3],[6,16,4],[7,19,5],[9,21,5],
  38. [10,25,6],[12,30,7],[14,36,9],[16,42,10],[19,51,13],[23,60,15]
  39. ],
  40. 0xE303: [ // ??
  41. [3,7,2],[3,8,2],[4,10,3],[4,11,3],[5,13,3],[6,16,4],[7,19,5],[8,22,6],
  42. [9,25,6],[11,31,8],[13,36,9],[15,43,11],[18,51,13],[21,60,15]
  43. ],
  44. 0xE304: [ // ??
  45. [3,6,2],[4,6,2],[5,7,2],[6,9,3],[7,10,3],[8,12,4],[9,15,5],[11,16,5],
  46. [13,20,6],[15,24,8],[18,28,9],[21,32,10],[25,39,12],[30,46,15]
  47. ],
  48. 0xE305: [ // ??
  49. [2,6,1],[3,7,1],[4,8,1],[4,10,1],[5,11,1],[6,13,1],[7,15,1],[8,17,1],
  50. [9,21,1],[11,24,1],[13,28,1],[15,33,1],[18,40,1],[21,48,2]
  51. ],
  52. 0xE306: [ // ??
  53. [3,5,1],[3,6,1],[4,7,1],[4,8,1],[5,10,1],[6,11,1],[7,13,1],[9,15,1],
  54. [10,18,1],[12,21,1],[14,24,1],[17,28,1],[20,34,1],[23,41,2]
  55. ],
  56. 0xE307: [ // ??
  57. [5,5,1],[5,5,1],[5,6,1],[7,7,1],[8,8,1],[9,9,1],[11,11,1],[12,13,1],
  58. [15,15,1],[17,17,1],[21,20,1],[24,24,1],[29,29,2],[34,34,2]
  59. ]
  60. }
  61. });
  62. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].imgDir+"/Fraktur/Regular"+
  63. MathJax.OutputJax["HTML-CSS"].imgPacked+"/PUA.js");