tex-oldstyle-bold.ts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2018-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import {CharMap, CharOptions} from '../../FontData.js';
  18. export const texOldstyleBold: CharMap<CharOptions> = {
  19. 0x30: [.46, .017, .575],
  20. 0x31: [.461, 0, .575],
  21. 0x32: [.46, 0, .575],
  22. 0x33: [.461, .211, .575],
  23. 0x34: [.469, .194, .575],
  24. 0x35: [.461, .211, .575],
  25. 0x36: [.66, .017, .575],
  26. 0x37: [.476, .211, .575],
  27. 0x38: [.661, .017, .575],
  28. 0x39: [.461, .21, .575],
  29. 0x41: [.751, .049, .921, {ic: .068, sk: .224}],
  30. 0x42: [.705, .017, .748, {sk: .16}],
  31. 0x43: [.703, .02, .613, {sk: .16}],
  32. 0x44: [.686, 0, .892, {sk: .0958}],
  33. 0x45: [.703, .016, .607, {ic: .02, sk: .128}],
  34. 0x46: [.686, .03, .814, {ic: .116, sk: .128}],
  35. 0x47: [.703, .113, .682, {sk: .128}],
  36. 0x48: [.686, .048, .987, {sk: .128}],
  37. 0x49: [.686, 0, .642, {ic: .104, sk: .0319}],
  38. 0x4A: [.686, .114, .779, {ic: .158, sk: .192}],
  39. 0x4B: [.703, .017, .871, {sk: .0639}],
  40. 0x4C: [.703, .017, .788, {sk: .16}],
  41. 0x4D: [.703, .049, 1.378, {sk: .16}],
  42. 0x4E: [.84, .049, .937, {ic: .168, sk: .0958}],
  43. 0x4F: [.703, .017, .906, {sk: .128}],
  44. 0x50: [.686, .067, .81, {ic: .036, sk: .0958}],
  45. 0x51: [.703, .146, .939, {sk: .128}],
  46. 0x52: [.686, .017, .99, {sk: .0958}],
  47. 0x53: [.703, .016, .696, {ic: .025, sk: .16}],
  48. 0x54: [.72, .069, .644, {ic: .303, sk: .0319}],
  49. 0x55: [.686, .024, .715, {ic: .056, sk: .0958}],
  50. 0x56: [.686, .077, .737, {ic: .037, sk: .0319}],
  51. 0x57: [.686, .077, 1.169, {ic: .037, sk: .0958}],
  52. 0x58: [.686, 0, .817, {ic: .089, sk: .16}],
  53. 0x59: [.686, .164, .759, {ic: .038, sk: .0958}],
  54. 0x5A: [.686, 0, .818, {ic: .035, sk: .16}],
  55. };