largeop.ts 2.4 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 largeop: CharMap<CharOptions> = {
  19. 0x28: [1.15, .649, .597],
  20. 0x29: [1.15, .649, .597],
  21. 0x2F: [1.15, .649, .811],
  22. 0x5B: [1.15, .649, .472],
  23. 0x5C: [1.15, .649, .811],
  24. 0x5D: [1.15, .649, .472],
  25. 0x7B: [1.15, .649, .667],
  26. 0x7D: [1.15, .649, .667],
  27. 0x2C6: [.772, -0.565, 1],
  28. 0x2DC: [.75, -0.611, 1],
  29. 0x302: [.772, -0.565, 0],
  30. 0x303: [.75, -0.611, 0],
  31. 0x2016: [.602, 0, .778],
  32. 0x2044: [1.15, .649, .811],
  33. 0x2191: [.6, 0, .667],
  34. 0x2193: [.6, 0, .667],
  35. 0x21D1: [.599, 0, .778],
  36. 0x21D3: [.6, 0, .778],
  37. 0x220F: [.95, .45, 1.278],
  38. 0x2210: [.95, .45, 1.278],
  39. 0x2211: [.95, .45, 1.444],
  40. 0x221A: [1.15, .65, 1, {ic: .02}],
  41. 0x2223: [.627, .015, .333],
  42. 0x2225: [.627, .015, .556],
  43. 0x222B: [1.36, .862, .556, {ic: .388}],
  44. 0x222C: [1.36, .862, 1.084, {ic: .388}],
  45. 0x222D: [1.36, .862, 1.592, {ic: .388}],
  46. 0x222E: [1.36, .862, .556, {ic: .388}],
  47. 0x22C0: [.95, .45, 1.111],
  48. 0x22C1: [.95, .45, 1.111],
  49. 0x22C2: [.949, .45, 1.111],
  50. 0x22C3: [.95, .449, 1.111],
  51. 0x2308: [1.15, .649, .528],
  52. 0x2309: [1.15, .649, .528],
  53. 0x230A: [1.15, .649, .528],
  54. 0x230B: [1.15, .649, .528],
  55. 0x2329: [1.15, .649, .611],
  56. 0x232A: [1.15, .649, .611],
  57. 0x23D0: [.602, 0, .667],
  58. 0x2758: [.627, .015, .333],
  59. 0x27E8: [1.15, .649, .611],
  60. 0x27E9: [1.15, .649, .611],
  61. 0x2A00: [.949, .449, 1.511],
  62. 0x2A01: [.949, .449, 1.511],
  63. 0x2A02: [.949, .449, 1.511],
  64. 0x2A04: [.95, .449, 1.111],
  65. 0x2A06: [.95, .45, 1.111],
  66. 0x2A0C: [1.36, .862, 2.168, {ic: .388}],
  67. 0x3008: [1.15, .649, .611],
  68. 0x3009: [1.15, .649, .611],
  69. };