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

Alexandre Julliard julliard at winehq.org
Fri Feb 20 12:49:36 CST 2009


Module: wine
Branch: master
Commit: 4e0c277daa2c955eb0e92b97e6069bfa607132a7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4e0c277daa2c955eb0e92b97e6069bfa607132a7

Author: Alexandre Julliard <julliard at 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)




More information about the wine-cvs mailing list