Main.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/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['MathJax_Greek-bold'] = {
  21. directory: 'Greek/Bold',
  22. family: 'MathJax_Greek',
  23. weight: 'bold',
  24. testString: "\u0393 \u03A5 \u039B",
  25. 0x20: [0,0,250,0,0], // SPACE
  26. 0xA0: [0,0,250,0,0], // NO-BREAK SPACE
  27. 0x393: [680,0,692,39,643], // GREEK CAPITAL LETTER GAMMA
  28. 0x394: [698,0,958,56,901], // GREEK CAPITAL LETTER DELTA
  29. 0x398: [696,10,894,64,829], // GREEK CAPITAL LETTER THETA
  30. 0x39B: [698,0,806,40,765], // GREEK CAPITAL LETTER LAMDA
  31. 0x39E: [675,0,767,48,718], // GREEK CAPITAL LETTER XI
  32. 0x3A0: [680,0,900,39,860], // GREEK CAPITAL LETTER PI
  33. 0x3A3: [686,0,831,64,766], // GREEK CAPITAL LETTER SIGMA
  34. 0x3A5: [697,0,894,64,829], // GREEK CAPITAL LETTER UPSILON
  35. 0x3A6: [686,0,831,64,766], // GREEK CAPITAL LETTER PHI
  36. 0x3A8: [686,0,894,64,829], // GREEK CAPITAL LETTER PSI
  37. 0x3A9: [696,1,831,51,779] // GREEK CAPITAL LETTER OMEGA
  38. };
  39. MathJax.Callback.Queue(
  40. ["initFont",MathJax.OutputJax["HTML-CSS"],"MathJax_Greek-bold"],
  41. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Greek/Bold/Main.js"]
  42. );