You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simon Cozens edited this page May 8, 2025
·
2 revisions
Detect any interpolation issues in the font.
interpolation_issues
Applies to: TTF
Fontspector can hotfix?: no
Fontspector can fix sources?: no
Rationale
When creating a variable font, the designer must make sure that corresponding
paths have the same start points across masters, as well as that corresponding
component shapes are placed in the same order within a glyph across masters.
If this is not done, the glyph will not interpolate correctly.
Here we check for the presence of potential interpolation errors using the
interpolatable crate.