rust-fontconfig
rust-fontconfig copied to clipboard
Remove ttf-parser from the readme
You actually now using ttf-parser.
PS: what are your thoughts about fontdb. It does basically the same.
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.
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.