schriftgestalt / GlyphsSDK

Scripting SDK for Glyphs
Apache License 2.0
89 stars 37 forks source link

Documentation for `needsExtraMainOutlineDrawingForInactiveLayer` #54

Closed Mark2Mark closed 3 years ago

Mark2Mark commented 3 years ago

I wonder if there is a confusion: It says in the Glyphs 3 Core API: "Implement this and return YES if you did all drawing yourself and don’t need the regular outline drawn on top of it."

→ In fact, it works the opposite way. If I return NO (or False in python), then it doesn’t draw the default outlines as expected.