Is there a way to specify what anchor to use for “Add Glyph”?
I am writing a script that is project specific and I’m aiming to use a base glyph and a component to create multiple glyphs by having the component attach to different anchors. I want to try to avoid writing glyph data for this and just use the macro window, or a script from the pulldown menu.
I am trying to get one glyph to work and have written a quick code, but it’s not working. I can’t find the ‘o.flourishmiddlerightup’ and ‘flourish.middlerightup’. The additional anchor that I put in the ‘o’ is, however, working. The syntax looks correct, but maybe I am missing something:
Yes, the anchors are in both. The anchor cloud even shows the flourish on the lowercase o, but neither the ‘o.flourishmiddlerightup’ nor the ‘flourish.middlerightup’ show up in the glyph info.
Since that’s the case, is there a way to batch generate composite glyphs that are in a GlyphData.xml file?
I initially thought I could write a script to do that, but then thought that using a project specific GlyphsData.xml would work along with a list that includes the glyphs that need to be generated. That second option didn’t work, I’m guessing because that method would also be looking in the application’s GlyphData.xml.