fonts: Set the symbol flag when generating symbol.ttf.
This commit is contained in:
parent
8330e11ca7
commit
4e0c277daa
|
@ -1,2 +1,6 @@
|
|||
Open($1)
|
||||
Generate($2, "ttf", 0);
|
||||
flags = 0
|
||||
if ($1 == "symbol.sfd")
|
||||
flags = 0x2000
|
||||
endif
|
||||
Generate($2, "ttf", flags)
|
||||
|
|
Loading…
Reference in New Issue