-
Notifications
You must be signed in to change notification settings - Fork 9
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
Axis maps break variable font generation #42
Comments
Related to fonttools/fonttools#1655 |
Keep in mind that the default value you set for an axis is in userspace coordinates. If you don't have a map, I would not trust a the floatinging point numbers to match necessarily, so add that to the map: The resulting space opens and previews in Skateboard. There may be further issues in generating a VF, but at least that issue is solved. |
This now works with masters on
|
When attempting to generate a variable font from a designSpace file that has axis maps, like so:
… the process fails without providing the usual
Batch Generated Variable Fonts Report.txt
or any readout in the Output window. In the log, I get the following traceback:The same designSpace file with the axis maps removed generates a working variable font as expected.
I'm using Batch 1.9.8, run from RoboFont 3.3b (build 1905221146).
Here are some files to test the issue: Test.zip
The text was updated successfully, but these errors were encountered: