8 lines
142 B
Python
Executable File
8 lines
142 B
Python
Executable File
from robofab.world import CurrentGlyph
|
|
|
|
myGlyph = CurrentGlyph()
|
|
|
|
print len(myGlyph)
|
|
|
|
for myPoint in myGlyph[0].bPoints:
|
|
print myPoint.anchor |