7 lines
105 B
Python
7 lines
105 B
Python
|
# robofab manual
|
||
|
# bPoint object
|
||
|
# Usage examples
|
||
|
|
||
|
g = CurrentGlyph()
|
||
|
for aPt in g[0].bPoints:
|
||
|
print aPt
|