mooman219 / fontdue

The fastest font renderer in the world, written in pure rust.
Apache License 2.0
1.44k stars 72 forks source link

Consider separating the raster and parser #30

Closed mooman219 closed 4 years ago

mooman219 commented 4 years ago

TrueType and OpenType need a lot of coverage. Consider upstreaming sanitation changes to ttf input that fontdue does right now into a library dedicated to being a parser.

mooman219 commented 4 years ago

Just used ttf-parser