8 lines
154 B
Python
8 lines
154 B
Python
|
# robofab manual
|
||
|
# Contour object
|
||
|
# usage examples
|
||
|
|
||
|
# take a glyph (one with outlines obviously)
|
||
|
c = CurrentGlyph()
|
||
|
# get to contours by index:
|
||
|
print c[0]
|