alexheretic / ab-glyph

Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
Apache License 2.0
372 stars 24 forks source link

Ignore invalid bounded outlines #34

Closed alexheretic closed 3 years ago

alexheretic commented 3 years ago

Instead of panicking for invalid bounded glyph outlines, treat them as having no outline.

Fixes #32, relates to https://github.com/RazrFalcon/ttf-parser/issues/57