-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for reading and writing Ligatures in a Font #96
Comments
This is the other side of the #95 coin, about adding support for GSUB rather than GPOS :) I think ideally opentype.js will port https://github.com/typesupply/feaTools to js (In the near term you could just support the ligatures that are directly Unicode encoded) |
Ah, I didn't think about ligatures with their own single Unicode value. That is a great idea. |
Note : The GSUB table is now readable / writeable 🎊 |
Thank you, @Jolg42! |
I'm not sure what the best way to do this would be, from the Font object perspective. Extend the Glyph object? Create a peer to Font.glyphs that is Font.ligatures?
Anyway, just putting this on the radar.
The text was updated successfully, but these errors were encountered: