mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
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)
|