-
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
Copy com.typemytype.robofont.italicSlantOffset
value
#59
Comments
+1 the fallback value is |
This value relates to glyph geometry. Therefore it would be eligible for interpolation. |
LettError
added a commit
that referenced
this issue
Jun 16, 2024
Create a mutator for values in com.typemytype.robofont.italicSlantOffset. Calculate the value when making an instance UFO. + getItalicSlantOffsetMutator() collects the values from the relevant sources. + only add the value to the instance UFO lib if it is not zero. Not entirely sure about this, but it seems cleaner? + Lib values added to the ds5 test fonts.
LettError
added a commit
that referenced
this issue
Aug 14, 2024
Calculate instance values for com.typemytype.robofont.italicSlantOffset #59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the sources have an entry for
com.typemytype.robofont.italicSlantOffset
, it would be convenient to copy this value to instances.Arguments:
Code would need to check specifically if the sources for the discrete location of the instance have the value set.
The text was updated successfully, but these errors were encountered: