1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-03-29 05:39:15 +03:00
Giovanni Mascellani 4378ee718a fonts: Install Liberation fonts using their fake name.
For homogeneity with the other fake fonts. That's mostly cosmetic.
2023-02-14 16:07:44 +02:00

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)