Main.js 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.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.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXGeneral-bold-italic'] = {
  21. directory: 'General/BoldItalic',
  22. family: 'STIXGeneral',
  23. weight: 'bold',
  24. style: 'italic',
  25. Ranges: [
  26. [0x0,0x7F,"BasicLatin"],
  27. [0xA0,0xFF,"Latin1Supplement"],
  28. [0x100,0x17F,"LatinExtendedA"],
  29. [0x180,0x24F,"LatinExtendedB"],
  30. [0x250,0x2AF,"IPAExtensions"],
  31. [0x2B0,0x2FF,"SpacingModLetters"],
  32. [0x370,0x3FF,"GreekAndCoptic"],
  33. [0x400,0x4FF,"Cyrillic"],
  34. [0x1E00,0x1EFF,"LatinExtendedAdditional"],
  35. [0x2000,0x206F,"GeneralPunctuation"],
  36. [0x20A0,0x20CF,"CurrencySymbols"],
  37. [0x20D0,0x20FF,"CombDiactForSymbols"],
  38. [0x2100,0x214F,"LetterlikeSymbols"],
  39. [0x2200,0x22FF,"MathOperators"],
  40. [0x2400,0x243F,"ControlPictures"],
  41. [0x2460,0x24FF,"EnclosedAlphanum"],
  42. [0x2500,0x257F,"BoxDrawing"],
  43. [0xFB00,0xFB4F,"AlphaPresentForms"],
  44. [0x1D468,0x1D49B,"MathBoldItalic"],
  45. [0x1D4D0,0x1D503,"MathBoldScript"],
  46. [0x1D63C,0x1D66F,"MathSSItalicBold"],
  47. [0x1D71C,0x1D755,"GreekBoldItalic"],
  48. [0x1D790,0x1D7C9,"GreekSSBoldItalic"]
  49. ]
  50. };
  51. MathJax.OutputJax["HTML-CSS"].initFont("STIXGeneral-bold-italic");
  52. MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/BoldItalic/Main.js");