Commit 4e0c277d authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 8330e11c
Open($1)
Generate($2, "ttf", 0);
flags = 0
if ($1 == "symbol.sfd")
flags = 0x2000
endif
Generate($2, "ttf", flags)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment