Closed anthrotype closed 1 year ago
Fixes #45
https://github.com/fonttools/fonttools/discussions/3143#discussioncomment-6050355
cc @ftCLI
After this patch, running fonttools ttLib.removeOverlaps on AvenirLTStd-Book.ttf no longer raises TypeError and produces the expected result with the capital "O" glyph (which contains no on-curve points).
fonttools ttLib.removeOverlaps
Fixes #45
https://github.com/fonttools/fonttools/discussions/3143#discussioncomment-6050355
cc @ftCLI
After this patch, running
fonttools ttLib.removeOverlaps
on AvenirLTStd-Book.ttf no longer raises TypeError and produces the expected result with the capital "O" glyph (which contains no on-curve points).