1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

fonts: Set the symbol flag when generating symbol.ttf.

This commit is contained in:
Alexandre Julliard 2009-02-20 15:48:59 +01:00
parent 8330e11ca7
commit 4e0c277daa

View File

@ -1,2 +1,6 @@
Open($1)
Generate($2, "ttf", 0);
flags = 0
if ($1 == "symbol.sfd")
flags = 0x2000
endif
Generate($2, "ttf", flags)