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
Currently, kfw will just export groups/kerning for all glyphs that are somehow involved in a kerning pair.
The problem here is that some glyphs might be excluded via the GlyphOrderAndAliasDB, resulting in an invalid kern feature.
It would be smart to leverage the UFO lib key public.skipExportGlyphs for skipping those glyphs.
Currently,
kfw
will just export groups/kerning for all glyphs that are somehow involved in a kerning pair.The problem here is that some glyphs might be excluded via the GlyphOrderAndAliasDB, resulting in an invalid kern feature.
It would be smart to leverage the UFO lib key
public.skipExportGlyphs
for skipping those glyphs.h/t @arialcrime
The text was updated successfully, but these errors were encountered: