fonts: Install Liberation fonts using their fake name.

For homogeneity with the other fake fonts. That's mostly cosmetic.
This commit is contained in:
Giovanni Mascellani 2023-01-24 11:35:35 +01:00 committed by Arkadiusz Hiler
parent 7e10a41649
commit 4378ee718a
3 changed files with 34 additions and 29 deletions

View file

@ -1,7 +1,7 @@
if ($argc != 5)
Error ("Expected arguments - FileName, PSName, FamilyName, FaceName")
if ($argc != 6)
Error ("Expected arguments - FileName, PSName, FamilyName, FaceName, OutFileName")
endif
Open($1)
SetFontNames($argv[2], $argv[3], $argv[4])
Generate($1:r + ".ttf")
Generate($5)