Hello, I am running into an odd issue: I am using the method processFont_withArguments_() in a Python filter.
When I run it on a variable font setting and try print(font.glyphs[0].layers), Glyphs immediately crashes.
I read the type of the glyph object, and I get “objective-c class GSGlyph”, instead of “objective-c class NSKVONotifying_GSGlyph”, which is what GSGlyph objects usually are in the Python environment.
How can I access a glyph’s layers in this case?