Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
734 stars 72 forks source link

implement FeatureVariations #86

Open Pomax opened 4 years ago

Pomax commented 4 years ago

It's referred to in the common layout table file, but doesn't actually exist, so... that needs implementing?

Pomax commented 3 years ago

https://github.com/Pomax/Font.js/blob/ac30a5f2f65c9af46040c1f036319d1a12d7ac8b/src/opentype/tables/common-layout-table.js#L57-L64 references it, but will definitely hit a runtime error if that code ever gets used right now.