mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
winefile: Don't offer vertical fonts in the font dialog.
This commit is contained in:
parent
ed853f93d4
commit
2f7a7caa92
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue