-
Notifications
You must be signed in to change notification settings - Fork 489
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
Add export support for kerning #112
Comments
Issue #152 may be the way to go! |
I implemented a bare-bones interface for writing fonts with GPOS pair kerning for my project Scribe OCR. I plan on turning this into a pull request for opentype.js when I have time, however in the meantime if anybody has a need for writing fonts with kerning, let me know and I can provide code snippets. One additional note--while it would be easy from a technical perspective to add support for the |
For anybody else looking for this feature--I now have an open PR that that supports kerning at #743. Feel free to use the fork linked in that PR. |
Support both the
kern
table andGPOS
.The text was updated successfully, but these errors were encountered: