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
Is it possible to add some data in a Glyphs file so that it ends up as names/identifiers of points in the UFOs?
I've set GSNode.name in the Glyphs file, but the names don't make it to the UFO at all.
There is nothing in GSNode that seems to be corresponding to a UFO point identifier.
Following the spec, I would need more of an identifier than a name in the UFO. Identifiers are unique per glyph, and should not change when the outline is processed.
The text was updated successfully, but these errors were encountered:
I just had a look what Glyphs would do with the point.identifer. And it turned out it would ignore it. I fix that. So it is now stored in node.userData["UFO.identifier"].
Is it possible to add some data in a Glyphs file so that it ends up as names/identifiers of points in the UFOs?
I've set GSNode.name in the Glyphs file, but the names don't make it to the UFO at all.
There is nothing in GSNode that seems to be corresponding to a UFO point identifier.
Following the spec, I would need more of an identifier than a name in the UFO. Identifiers are unique per glyph, and should not change when the outline is processed.
The text was updated successfully, but these errors were encountered: