-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Consider partial instantiation in addition to full, static instantiation #17
Comments
Supported for TTF in https://fonttools.readthedocs.io/en/latest/varLib/instancer.html This currently supports partial instantiation that creates a static design axis value while leaving one or more variable design axes as is with the full design axis range. There are plans on the fontTools side to support range limitations through a |
Support added in 83bca6e Will be released in v0.5.0 |
I revised the approach to something that is much more straightforward. We will use the following definitions for variable and instanced axes:
I like this approach. It is simple and seems intuitive to me. This reverts the previous use of "var" or "variable" entry strings for anyone who happened to work with source in the main branch. I will release this support in v0.5.0. |
Added in v0.5.0 |
"Partial instantiation" = final file includes variable design axis support for at least one axis, other axes are instanced (not currently supported in Slice)
"Static instantiation" = final file has no variable axes, all axes are instanced (current approach in Slice)
The text was updated successfully, but these errors were encountered: