behdad on instancer-l4
[instancer] Add assert (compare)
behdad on instancer-l4
[instancer.solver] Return None … (compare)
anthrotype on pyup-scheduled-update-2022-08-01
anthrotype on pyup-scheduled-update-2022-08-08
Update uharfbuzz from 0.26.0 to… (compare)
anthrotype on pyup-scheduled-update-2022-08-08
Update scipy from 1.8.1 to 1.9.0 (compare)
anthrotype on pyup-scheduled-update-2022-08-08
Update scipy from 1.7.3 to 1.9.0 (compare)
anthrotype on pyup-scheduled-update-2022-08-08
Update reportlab from 3.6.10 to… (compare)
anthrotype on pyup-scheduled-update-2022-08-08
Update sphinx from 5.0.1 to 5.1… (compare)
anthrotype on pyup-scheduled-update-2022-08-08
behdad on instancer-l4
[instancer.solver] More test (compare)
behdad on instancer-l4
[instancer.solver] More test (compare)
behdad on instancer-l4
[instancer.solver] More fixes (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.
fonttools ttLib.removeOverlaps --help