Alexandre Julliard : fonts: Set the symbol flag when generating symbol.ttf.
20 Feb
2009
20 Feb
'09
6:49 p.m.
Module: wine Branch: master Commit: 4e0c277daa2c955eb0e92b97e6069bfa607132a7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e0c277daa2c955eb0e92b97e6... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Feb 20 15:48:59 2009 +0100 fonts: Set the symbol flag when generating symbol.ttf. --- fonts/genttf.ff | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/fonts/genttf.ff b/fonts/genttf.ff index 52de76d..30d1a93 100644 --- a/fonts/genttf.ff +++ b/fonts/genttf.ff @@ -1,2 +1,6 @@ Open($1) -Generate($2, "ttf", 0); +flags = 0 +if ($1 == "symbol.sfd") + flags = 0x2000 +endif +Generate($2, "ttf", flags)
6236
Age (days ago)
6236
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard