opentype.js icon indicating copy to clipboard operation
opentype.js copied to clipboard

Adding support for Variable Fonts, by integrating SamsaCore.js

Open wentin opened this issue 5 years ago • 2 comments
trafficstars

Would love OpenType.js to support Variable Fonts, can read VF related data tables, and render SVGpath for variable fonts's named instances and custom instances.

SamsaCore.js currently does these features above, but lacking other OpenType.js basic features, like compose a word, getting kerning, etc. Seems it would be beneficial for both projects to merge effort.

https://github.com/Lorp/samsa/blob/master/docs/samsa-core.md

wentin avatar Aug 14 '20 22:08 wentin

There is also variableFont.js ... very small and easy to use. I use it in combination with opentype.js. Maby interessting: https://github.com/Monotype/variableFont.js

vinuel avatar Aug 31 '20 12:08 vinuel

There is also variableFont.js ... very small and easy to use. I use it in combination with opentype.js. Maby interessting: https://github.com/Monotype/variableFont.js

variableFont.js doesn't render variable fonts' path data. it only read its axes data.

Typogram avatar May 24 '22 05:05 Typogram

Variable font rendering landed via #699

Connum avatar Apr 20 '24 21:04 Connum