PUA.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*************************************************************
  2. *
  3. * MathJax/fonts/HTML-CSS/TeX/png/Fraktur/Bold/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-bold": {
  28. 0xE301: [ // ??
  29. [4,6,1],[5,7,1],[6,8,1],[6,9,1],[8,10,1],[9,12,1],[10,14,1],[12,16,1],
  30. [15,19,1],[17,22,1],[20,27,2],[24,32,2],[29,37,2],[34,44,2]
  31. ],
  32. 0xE302: [ // ??
  33. [3,7,2],[4,8,2],[4,10,3],[5,12,3],[6,13,3],[7,16,4],[8,19,5],[10,22,6],
  34. [12,26,6],[14,30,7],[16,37,9],[19,43,10],[23,51,12],[27,60,14]
  35. ],
  36. 0xE303: [ // ??
  37. [3,7,2],[4,8,2],[4,10,3],[5,11,3],[6,13,3],[7,16,4],[8,19,5],[9,22,6],
  38. [11,26,7],[13,31,8],[15,36,9],[18,43,11],[21,51,13],[26,60,15]
  39. ],
  40. 0xE304: [ // ??
  41. [4,6,2],[5,6,2],[6,7,2],[7,9,3],[8,10,3],[9,12,4],[11,15,5],[13,16,5],
  42. [15,19,6],[18,23,7],[21,28,9],[25,32,10],[30,38,12],[35,45,14]
  43. ],
  44. 0xE305: [ // ??
  45. [3,6,1],[4,7,1],[4,8,1],[5,10,1],[6,11,1],[7,13,1],[8,15,1],[9,17,1],
  46. [11,20,1],[13,24,1],[16,29,2],[18,34,2],[22,40,2],[26,48,2]
  47. ],
  48. 0xE308: [ // ??
  49. [7,7,2],[8,8,2],[9,9,2],[11,11,3],[13,13,3],[15,16,4],[18,19,5],[21,22,6],
  50. [25,26,7],[29,31,8],[35,36,9],[41,43,11],[49,51,13],[58,60,15]
  51. ],
  52. 0xE309: [ // ??
  53. [5,6,1],[6,8,2],[7,10,2],[8,11,2],[9,12,2],[11,15,3],[13,17,3],[15,20,3],
  54. [18,24,4],[21,29,5],[25,35,6],[30,41,7],[35,48,8],[42,58,10]
  55. ]
  56. }
  57. });
  58. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].imgDir+"/Fraktur/Bold"+
  59. MathJax.OutputJax["HTML-CSS"].imgPacked+"/PUA.js");