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
1 changed files with 5 additions and 1 deletions

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)