···1122Copyright (c) 2026, Sajid Anwar.
3344-This Font Software is licensed under the SIL Open Font License, Version 1.1.
44+This Font Software is licensed under the SIL Open Font License, Version 1.1.
55This license is copied below, and is also available with a FAQ at:
66https\://openfontlicense.org
77
+1-1
dist/README.md
···1515| Baseline/Metric | Coordinate | BASE Value | OS/2 Value | hhea Value |
1616|-------------------|------------|------------|----------------|------------|
1717| ascent | 800 | | sTypoAscender | ascent |
1818-| ideographic-over | 750 | Idtp | | |
1818+| ideographic-over | 750 | idtp | | |
1919| hanging | 650 | hang | | |
2020| cap-height | 550 | | sCapHeight | |
2121| math | 450 | math | | |
+4-4
main.py
···88 [
99 FontBaseline("OS/2", "sTypoAscender", None, 800, None),
1010 FontBaseline("hhea", "ascent", None, 800, None),
1111- FontBaseline("BASE", "Idtp", "IDEOGRAPHIC-OVER", 750, FontBaselineStyle.SOLID),
1111+ FontBaseline("BASE", "idtp", "IDEOGRAPHIC-OVER", 750, FontBaselineStyle.SOLID),
1212 FontBaseline("BASE", "hang", "HANGING", 650, FontBaselineStyle.SOLID),
1313 FontBaseline("OS/2", "sCapHeight", "CAP-HEIGHT", 550, FontBaselineStyle.SOLID),
1414 FontBaseline("BASE", "math", "MATH", 450, FontBaselineStyle.SOLID),
···3333 [
3434 FontBaseline("OS/2", "sTypoAscender", None, 800, None),
3535 FontBaseline("hhea", "ascent", None, 800, None),
3636- FontBaseline("BASE", "Idtp", "IDEOGRAPHIC-OVER", 750, FontBaselineStyle.SOLID),
3636+ FontBaseline("BASE", "idtp", "IDEOGRAPHIC-OVER", 750, FontBaselineStyle.SOLID),
3737 FontBaseline("BASE", "hang", "HANGING", 650, FontBaselineStyle.SOLID),
3838 FontBaseline("OS/2", "sCapHeight", "CAP-HEIGHT", 550, FontBaselineStyle.SOLID),
3939 FontBaseline("BASE", "math", "MATH", 450, FontBaselineStyle.SOLID),
···9999 | Baseline/Metric | Coordinate | BASE Value | OS/2 Value | hhea Value |
100100 |-------------------|------------|------------|----------------|------------|
101101 | ascent | 800 | | sTypoAscender | ascent |
102102- | ideographic-over | 750 | Idtp | | |
102102+ | ideographic-over | 750 | idtp | | |
103103 | hanging | 650 | hang | | |
104104 | cap-height | 550 | | sCapHeight | |
105105 | math | 450 | math | | |
···134134 f.write(dedent(r'''
135135 Copyright (c) 2026, Sajid Anwar.
136136137137- This Font Software is licensed under the SIL Open Font License, Version 1.1.
137137+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
138138 This license is copied below, and is also available with a FAQ at:
139139 https\://openfontlicense.org
140140