punchcutter on subsetbase
Pass BASE table through subsett… (compare)
punchcutter on subsetbase
Pass BASE table through subsett… (compare)
behdad on varc
[transform] Improve DecomposedT… (compare)
behdad on varc
[transform] Improve DecomposedT… (compare)
behdad on varc
Revert "[transform] Improve Dec… (compare)
behdad on varc
[transform] Improve DecomposedT… (compare)
behdad on varc
[transform] Improve DecomposedT… (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.