Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 18 Jan 17:06
· 107 commits to main since this release
v1.4.0
dba25f6

fonts_to_quadratic no longer stops at the first incompatibile segment, but logs an error message and continues to convert the whole glyph set.
An IncompatibleFontsError exception is raised at the end, if any glyph has incompatible number or types of segments.
The exception instance has a glyph_errors attribute (dict) which collects all the individual errors keyed by glyph name (#114, #115).