Closed jenskutilek closed 3 years ago
I have changed the code so the extracted TrueType programs are in FontTools TTX assembly format.
The PR depends on https://github.com/fonttools/fonttools/pull/2005, that's why the checks fail.
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 (https://github.com/unified-font-object/ufo-spec/pull/94) has been officially updated?
@jenskutilek Spec has been updated, merging.
Thank you!
@jenskutilek @benkiel
The component flags (round, useMyMetrics, overlap) are not part of the UFO public.truetype.instructions
spec.
See https://github.com/unified-font-object/ufo-spec/issues/162
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: https://github.com/unified-font-object/ufo-spec/issues/93