[NOTEPAD] Apply Wine commit 276306e by Alexandre Julliard: Don't offer vertical fonts in the font dialog. CORE-9371

svn path=/trunk/; revision=67678
This commit is contained in:
Amine Khaldi 2015-05-12 10:13:32 +00:00
parent 6a731923f3
commit b2e5b85696

View file

@ -948,7 +948,7 @@ VOID DIALOG_SelectFont(VOID)
cf.lStructSize = sizeof(cf);
cf.hwndOwner = Globals.hMainWnd;
cf.lpLogFont = &lf;
cf.Flags = CF_SCREENFONTS | CF_INITTOLOGFONTSTRUCT;
cf.Flags = CF_SCREENFONTS | CF_INITTOLOGFONTSTRUCT | CF_NOVERTFONTS;
if (ChooseFont(&cf))
{