Yucom/fonts/scripts/generatefont.pe

8 lines
173 B
Text
Raw Normal View History

2018-10-12 13:20:49 +02:00
if ($argc != 5)
Error ("Expected arguments - FileName, PSName, FamilyName, FaceName")
endif
Open($1)
SetFontNames($argv[2], $argv[3], $argv[4])
Generate($1:r + ".ttf")