Alexandre Julliard : winefile: Don' t offer vertical fonts in the font dialog.

Alexandre Julliard julliard at winehq.org
Tue Jun 25 14:41:24 CDT 2013


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 25 12:39:37 2013 +0200

winefile: Don't offer vertical fonts in the font dialog.

---

 programs/winefile/winefile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c
index 11fddab..3b30255 100644
--- a/programs/winefile/winefile.c
+++ b/programs/winefile/winefile.c
@@ -245,7 +245,7 @@ static inline void choose_font(HWND hwnd)
         chFont.hwndOwner = hwnd;
         chFont.hDC = NULL;
         chFont.lpLogFont = &lFont;
-        chFont.Flags = CF_SCREENFONTS | CF_FORCEFONTEXIST | CF_LIMITSIZE | CF_NOSCRIPTSEL | CF_INITTOLOGFONTSTRUCT;
+        chFont.Flags = CF_SCREENFONTS | CF_FORCEFONTEXIST | CF_LIMITSIZE | CF_NOSCRIPTSEL | CF_INITTOLOGFONTSTRUCT | CF_NOVERTFONTS;
         chFont.rgbColors = RGB(0,0,0);
         chFont.lCustData = 0;
         chFont.lpfnHook = NULL;




More information about the wine-cvs mailing list