All.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.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['STIXVariants-bold'],
  22. {
  23. 0x20: [0,0,250,0,0], // SPACE
  24. 0x7C: [691,189,340,126,214], // VERTICAL LINE
  25. 0xA0: [0,0,250,0,0], // NO-BREAK SPACE
  26. 0x19B: [666,0,536,60,526], // LATIN SMALL LETTER LAMBDA WITH STROKE
  27. 0x2033: [586,-12,713,44,669], // DOUBLE PRIME
  28. 0x2034: [586,-12,1032,44,988], // TRIPLE PRIME
  29. 0x2035: [586,-12,394,44,350], // REVERSED PRIME
  30. 0x2036: [586,-12,713,44,669], // REVERSED DOUBLE PRIME
  31. 0x2037: [586,-12,1032,44,988], // REVERSED TRIPLE PRIME
  32. 0x2057: [586,-12,1351,43,1306], // QUADRUPLE PRIME
  33. 0x2140: [691,0,780,55,725], // DOUBLE-STRUCK N-ARY SUMMATION
  34. 0x2190: [451,-55,428,68,428], // LEFTWARDS ARROW
  35. 0x2191: [680,15,556,80,476], // UPWARDS ARROW
  36. 0x2192: [451,-55,428,0,360], // RIGHTWARDS ARROW
  37. 0x2193: [680,15,556,80,476], // DOWNWARDS ARROW
  38. 0x21D1: [600,15,714,40,674], // UPWARDS DOUBLE ARROW
  39. 0x21D3: [600,15,714,40,674], // DOWNWARDS DOUBLE ARROW
  40. 0x220F: [676,0,734,27,707], // N-ARY PRODUCT
  41. 0x2210: [676,0,734,27,707], // N-ARY COPRODUCT
  42. 0x2211: [676,0,690,39,649], // N-ARY SUMMATION
  43. 0x221D: [431,0,750,56,687], // PROPORTIONAL TO
  44. 0x2223: [451,19,290,89,201], // DIVIDES
  45. 0x2244: [543,45,750,68,683], // stix-not (vert) similar or equal
  46. 0x2247: [648,144,750,68,683], // stix-not (vert) similar over two-line equals
  47. 0x2249: [598,64,750,68,683], // stix-not, vert, approximate
  48. 0x2260: [687,183,750,68,682], // stix-not (vert) equals
  49. 0x2262: [747,243,750,68,682], // stix-not (vert) three-line equals
  50. 0x2268: [728,293,750,80,670], // stix-less, vert, not double equals
  51. 0x2269: [728,293,750,80,670], // stix-gt, vert, not double equals
  52. 0x226E: [672,166,750,80,670], // stix-not, vert, less-than
  53. 0x226F: [672,166,750,80,670], // stix-not, vert, greater-than
  54. 0x2270: [742,236,750,80,670], // stix-not, vert, less-than-or-equal
  55. 0x2271: [742,236,750,80,670] // stix-not, vert, greater-than-or-equal
  56. }
  57. );
  58. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Variants/Bold/All.js");