8 lines
140 B
Python
8 lines
140 B
Python
|
# robofab manual
|
||
|
# bPoint object
|
||
|
# Attribute examples
|
||
|
|
||
|
g = CurrentGlyph()
|
||
|
for aPt in g[0].bPoints:
|
||
|
print aPt.bcpIn, aPt.bcpOut, aPt.anchor
|