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
fontc produces a single type-4 lookup with sub L periodcentered by Ldot and sub l periodcentered by ldot, but fontmake produces a different lookup for each rule.
It would be easy enough to make fontc match fontmake, but unless I'm missing something the fontc version is better; fontmake performs this same optimization in other places, just not here.
@anthrotype would it be much work to add this in fontmake?
Given the FEA,
(from https://github.com/googlefonts/fuggles/blob/master/sources/Fuggles.glyphs)
fontc produces a single type-4 lookup with
sub L periodcentered by Ldot
andsub l periodcentered by ldot
, but fontmake produces a different lookup for each rule.It would be easy enough to make fontc match fontmake, but unless I'm missing something the fontc version is better; fontmake performs this same optimization in other places, just not here.
@anthrotype would it be much work to add this in fontmake?
edit: opened fonttools/fonttools#3701 to discuss addressing this in fonttools
The text was updated successfully, but these errors were encountered: