1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-02-17 09:09:00 +03:00

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")