8 lines
119 B
Python
8 lines
119 B
Python
# robothon 2006
|
|
# batch generate
|
|
|
|
from robofab.world import AllFonts
|
|
|
|
for font in AllFonts():
|
|
font.generate('otfcff')
|