-
Notifications
You must be signed in to change notification settings - Fork 167
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
[makeinstancesufo] minor problems #753
Comments
Test scenario attached. |
I'll investigate. My guess is that these are caused by ufoProcessor. |
Fix for the |
The groups problem depends on this patch: LettError/ufoProcessor#20 The |
makeinstancesufo
has a few problems when generating instances:★ instances’
lib['public.glyphOrder']
is scrambled★ instances lose all groups not related to kerning
In addition to that, I noticed that it is no longer possible to generate to the current path without
./
prefix:this works:
<instance familyname="Test" filename="./Test-Result.ufo" stylename="Result">
this doesn’t work (but used to):
<instance familyname="Test" filename="Test-Result.ufo" stylename="Result">
The text was updated successfully, but these errors were encountered: