File size: 113 Bytes
a6b9406
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env fontforge
Print("Creating font: " + $1);
New();
SetFontNames($1);
Generate($1 + ".sfd");
Quit(0);