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
in #570, we fixed the error when exporting glyphs->UFO and glyphs contain duplicate layers with the same name by appending a #<digit> suffix to make the layer name unique (UFO layers must have unique names).
However, @schriftgestalt noted that in Glyphs.app there are some special glyph layers that are used for color fonts ("Color XX" where X are numbers indicating the index of a color palette) and which can occur multiple times with the same layer name string within the same glyph master: #566 (comment)
When going back from UFO -> glyphs, we should check if the layer name starts with "Color XX" and strip any such suffixes.
The text was updated successfully, but these errors were encountered:
in #570, we fixed the error when exporting glyphs->UFO and glyphs contain duplicate layers with the same name by appending a
#<digit>
suffix to make the layer name unique (UFO layers must have unique names).However, @schriftgestalt noted that in Glyphs.app there are some special glyph layers that are used for color fonts ("Color XX" where X are numbers indicating the index of a color palette) and which can occur multiple times with the same layer name string within the same glyph master:
#566 (comment)
When going back from UFO -> glyphs, we should check if the layer name starts with "Color XX" and strip any such suffixes.
The text was updated successfully, but these errors were encountered: