Hey all, long time no posts. I’ve been trying to get something working in Glyphs but having some difficulties. I have written a custom filter-like pen that transforms outlines, and which works in other software but I can’t get my head around how to implement it in Glyphs.
In short - I cant work out how to draw the current layer into the pen, as one would do with the below:
pen = MyPen(glyphSet, outPen)
currentGlyph.draw(pen)
Any pointers here would be great, as I’d prefer to wrap this in a Glyphs plugin at this stage.
Thanks!