mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
4378ee718a
For homogeneity with the other fake fonts. That's mostly cosmetic.
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
if ($argc != 6)
|
|
Error ("Expected arguments - FileName, PSName, FamilyName, FaceName, OutFileName")
|
|
endif
|
|
|
|
Open($1)
|
|
SetFontNames($argv[2], $argv[3], $argv[4])
|
|
Generate($5)
|