googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
147 stars 42 forks source link

Source `public.skipExportGlyphs` also from `<variable-font>`'s `<lib>` element #633

Open madig opened 1 year ago

madig commented 1 year ago

Designspaces v5 may need to define different skip lists for different variable fonts, so when compiling a variable font, ufo2ft should look first at <variable-font>'s lib and then at the global Designspace lib.

ryanbugden commented 4 weeks ago

I second this, for the reasons above. public.skipExportGlyphs is only supported in the global lib, not individual variable-font libs.