-
Notifications
You must be signed in to change notification settings - Fork 14
Extract TrueType instructions to TTX assembly format #30
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
Conversation
* master: Run code formatter on all files # Conflicts: # Lib/extractor/formats/opentype.py
|
I have changed the code so the extracted TrueType programs are in FontTools TTX assembly format. The PR depends on fonttools/fonttools#2005, that's why the checks fail. |
…k/extractor into ttf-instructions-htic
|
The checks fail because of Py3-only syntax. Is Python 2.7 support still a concern for extractor? |
|
Nope, py 2.7 can be removed. Maybe in a different PR which you can pull into this PR |
|
I think this is ready to be merged. Should we wait until the UFO spec (unified-font-object/ufo-spec#94) has been officially updated? |
|
@jenskutilek Spec has been updated, merging. |
|
Thank you! |
|
@jenskutilek @benkiel |
|
I've disabled extraction of composite flags for now: #32 |
|
Thanks @jenskutilek. Sorry for the trouble. |
Just keeping track of my experiments here ... related discussion: unified-font-object/ufo-spec#93