fschutt / rust-fontconfig

Pure-Rust rewrite of the Linux fontconfig library (no system dependencies) - using ttf-parser and allsorts
MIT License
39 stars 8 forks source link

Remove ttf-parser from the readme #2

Open RazrFalcon opened 3 years ago

RazrFalcon commented 3 years ago

You actually now using ttf-parser.

PS: what are your thoughts about fontdb. It does basically the same.

fschutt commented 3 years ago

I didn't know about fontdb at the time of writing this, I'm just trying to get rid of fontconfig, so that azul can be built without C dependencies. Looks good, except that it can only parse ttf files - I wanted to add support for more than that, so I used allsorts.

And yes I should update the readme.

RazrFalcon commented 3 years ago

Looks good, except that it can only parse ttf files - I wanted to add support for more than that, so I used allsorts.

Are you sure? Afaik, the only thing allsorts supports is woff. But it's web mostly.