11 lines
186 B
Python
11 lines
186 B
Python
|
# 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
|
||
|
|