googlefonts / glyphsLib

A bridge from Glyphs source files (.glyphs) to UFOs
Apache License 2.0
178 stars 51 forks source link

Exporting and round-tripping userData #912

Open simoncozens opened 1 year ago

simoncozens commented 1 year ago

In #911 I extended some support for userData in GSAnchor objects, but other things in the Glyphs API can take userData: we currently don't write out the userData for GSInstance, GSFeature (not needed?), GSComponent, GSPath, and GSGuide.

I also didn't make the GSAnchor userData round-trappable, so that should be fixed.