Open
Description
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
Activity