Instantiator should swap glyphs across all layers
Closed this issue · 2 comments
madig commented
The function
ufo2ft/Lib/ufo2ft/instantiator.py
Line 835 in 8e9e6eb
anthrotype commented
are you sure? swap_glyph_names is only ever called inside generate_instance method on a new Font object that was created from scratch and holds the interpolated UFO data. This Font only contains one layer, the default one.
Are you trying to use this swap_glyph_names from some other place?
madig commented
Oh, duh, yes, I was using it in a different way.