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
the test file from the above linked issue example.glyphs can be used to reproduce this.
Exporting a static TTF directly from Glyphs.app (v3.3 3326) and building one with fontc, then comparing the result shows that ours is misisng the (back)slant
As seen in googlefonts/glyphsLib#1047
apparently this wasn't supported in glyphsLib either (and thus fontmake)
fontc should match Glyphs.app and support slanted components (and glyphsLib will need fixing at the same time).
The above linked issue documents the expected order of the partial transformations comprising the full affine:
translate * slant * rotate * scale
Currently fontc (and glyphLib) only does:
translate * rotate * scale
here:
fontc/glyphs-reader/src/font.rs
Lines 1821 to 1843 in 645cdff
The text was updated successfully, but these errors were encountered: