mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-09 07:58:03 +01:00
Build replacement fonts
This commit is contained in:
parent
83b804f15e
commit
17e50d67ab
6 changed files with 111 additions and 2 deletions
7
fonts/scripts/generatefont.pe
Normal file
7
fonts/scripts/generatefont.pe
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
if ($argc != 5)
|
||||
Error ("Expected arguments - FileName, PSName, FamilyName, FaceName")
|
||||
endif
|
||||
|
||||
Open($1)
|
||||
SetFontNames($argv[2], $argv[3], $argv[4])
|
||||
Generate($1:r + ".ttf")
|
||||
Loading…
Add table
Add a link
Reference in a new issue