4378ee718a
For homogeneity with the other fake fonts. That's mostly cosmetic.
7 lines
175 B
Text
7 lines
175 B
Text
if ($argc != 6)
|
|
Error ("Expected arguments - FileName, PSName, FamilyName, FaceName, OutFileName")
|
|
endif
|
|
|
|
Open($1)
|
|
SetFontNames($argv[2], $argv[3], $argv[4])
|
|
Generate($5)
|