I’m new to Glyphs, so this may be a question that has an obvious answer, but is there a code representation of TrueType instructions that can be compiled in the instructioning process, just as it is possible in FontLab? Maybe a plugin?
I found a plugin called “TT Control Instructions Palette” that seems to provide a way to control the TT autohinter, but this seems to be entirely separate from the set of manual instructioning tools. Would that be correct?
I’d just have a little follow up question. Is it possible to refer to a node by its name? In my screenshot above, you can see, for instance, that the node which is anchored to the ascender and serves as a reference point for an interpolation has the name “at01”. Using UFO import, I can bring these node names together with my contours to Glyphs.
But what would be the Python code for referring to the point called “at01”? The code snippet you shared, Georg, is index-based, but it would be awesome if I could directly use the node names for identification purposes.
One additional question, if you don’t mind. Is it possible to specify in Python code to which alignment zone (to which stem) an anchor (a single link) should refer? I’m aware that Glyphs will find out the zone or stem mostly automatically, but it would be nonetheless great if there was a way to explicitly add the reference.