mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
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…
x
Reference in New Issue
Block a user