behdad on varc
[VarComposite] Adjust for RESET… (compare)
behdad on varc
[VarComposite] Magic-number hyg… (compare)
behdad on varc
[VarComposite] Magic-number hyg… (compare)
behdad on varc
[glyf/VarComposite] Implement p… Move VarComposite roundtrip tes… (compare)
behdad on varc
[VarComposite] Add message to e… (compare)
anthrotype on main
Ensure sbix's Glyph.referenceGl… Merge pull request #2984 from P… (compare)
anthrotype on pyup-scheduled-update-2023-01-30
anthrotype on pyup-scheduled-update-2023-02-06
Update uharfbuzz from 0.32.0 to… (compare)
anthrotype on pyup-scheduled-update-2023-02-06
Update pyobjc from 9.0 to 9.0.1 (compare)
TypeError: %X format: an integer is required, not str
subset.populate(unicodes=["U+0041", "U+0042", ...])
, you should pass instead the decimal integer value for those hexadecimal unicode codepoints
int(..., 16)
parse_unicodes()
produce the right format?
sTypoAscender
and sTypoDescender
in a 1000-unit-per-em font such that ascenders of around 1000 units and descenders of around 1250 units do not overlap adjacent lines in HTML with the CSS declaration line-height: 1
? The seemingly obvious solution of setting them to 1000 and -1250 does not work: the lines still overlap and the first line is too high within the containing box.