gdi32: Fix font creation with invaild bits.

Black Squad's launcher creates a font like

font = CreateFontW(12, 0, 0, 0, 0, 0, 0, 0, DEFAULT_CHARSET, 0, 0, 0, 0x80 /* ??? */ | FF_ROMAN, L"");

This confuses Wine and causes it to pick a sans serif font instead of a serif one.

Merge request reports

Loading