Proton/fonts/scripts/generatefont.pe

8 lines
173 B
Plaintext
Raw Normal View History

2018-10-12 14:20:49 +03: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")