11 lines
170 B
Python
11 lines
170 B
Python
|
# robofab manual
|
||
|
# Lib object
|
||
|
# attribute examples
|
||
|
|
||
|
|
||
|
# RFont objects have a lib:
|
||
|
print aFont.lib
|
||
|
|
||
|
# content of the lib of a font exported from RoboFog
|
||
|
print f.lib.keys()
|