11 lines
186 B
Python
Raw Normal View History

# robofab manual
# Pen object
# usage examples
from robofab.world import CurrentGlyph
newGlyph = CurrentGlyph()
pen = newGlyph.getPen()
# do stuff with the pen to draw in this glyph