Hacker News new | ask | show | jobs
by sim04ful 386 days ago
Variable Axis and other attributes are pretty feasible now, I'm already parsing the metadata for font tables values to dedup font files, so extending it should be pretty straight-forward.

I'll investigate.

1 comments

If you're not already using it, the read-fonts and skrifa crates from https://github.com/googlefonts/fontations can parse variable font data (as well as pretty much anything else you might want out of an opentype font).
Currently using the fonttools crate, but i'll look into this, appreciate.