This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
v1.4.0
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).