glyphr-studio / Glyphr-Studio-2

The free & open source web-based font editor, made for hobbyists and typeface design beginners.
https://www.glyphrstudio.com
143 stars 17 forks source link

Add support for small caps, superscripts and ordinals OpenType features #235

Open agusbou2018 opened 2 weeks ago

agusbou2018 commented 2 weeks ago

Some fonts include the small caps, superscripts and ordinals OpenType features. Please add an option to add those features because I'm making a font which will include them.

mattlag commented 2 weeks ago

We use opentype.js to read and write font files - which means the Opentype features we support are based on what opentype.js supports.

At the moment, I don't think any OpenType "Alternates" features are supported, so this may be impossible.