smallop.ts 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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 smallop: CharMap<CharOptions> = {
  19. 0x28: [.85, .349, .458],
  20. 0x29: [.85, .349, .458],
  21. 0x2F: [.85, .349, .578],
  22. 0x5B: [.85, .349, .417],
  23. 0x5C: [.85, .349, .578],
  24. 0x5D: [.85, .349, .417],
  25. 0x7B: [.85, .349, .583],
  26. 0x7D: [.85, .349, .583],
  27. 0x2C6: [.744, -0.551, .556],
  28. 0x2DC: [.722, -0.597, .556],
  29. 0x302: [.744, -0.551, 0],
  30. 0x303: [.722, -0.597, 0],
  31. 0x2016: [.602, 0, .778],
  32. 0x2044: [.85, .349, .578],
  33. 0x2191: [.6, 0, .667],
  34. 0x2193: [.6, 0, .667],
  35. 0x21D1: [.599, 0, .778],
  36. 0x21D3: [.6, 0, .778],
  37. 0x220F: [.75, .25, .944],
  38. 0x2210: [.75, .25, .944],
  39. 0x2211: [.75, .25, 1.056],
  40. 0x221A: [.85, .35, 1, {ic: .02}],
  41. 0x2223: [.627, .015, .333],
  42. 0x2225: [.627, .015, .556],
  43. 0x222B: [.805, .306, .472, {ic: .138}],
  44. 0x222C: [.805, .306, .819, {ic: .138}],
  45. 0x222D: [.805, .306, 1.166, {ic: .138}],
  46. 0x222E: [.805, .306, .472, {ic: .138}],
  47. 0x22C0: [.75, .249, .833],
  48. 0x22C1: [.75, .249, .833],
  49. 0x22C2: [.75, .249, .833],
  50. 0x22C3: [.75, .249, .833],
  51. 0x2308: [.85, .349, .472],
  52. 0x2309: [.85, .349, .472],
  53. 0x230A: [.85, .349, .472],
  54. 0x230B: [.85, .349, .472],
  55. 0x2329: [.85, .35, .472],
  56. 0x232A: [.85, .35, .472],
  57. 0x23D0: [.602, 0, .667],
  58. 0x2758: [.627, .015, .333],
  59. 0x27E8: [.85, .35, .472],
  60. 0x27E9: [.85, .35, .472],
  61. 0x2A00: [.75, .25, 1.111],
  62. 0x2A01: [.75, .25, 1.111],
  63. 0x2A02: [.75, .25, 1.111],
  64. 0x2A04: [.75, .249, .833],
  65. 0x2A06: [.75, .249, .833],
  66. 0x2A0C: [.805, .306, 1.638, {ic: .138}],
  67. 0x3008: [.85, .35, .472],
  68. 0x3009: [.85, .35, .472],
  69. };