gdi32/tests: Also test non-style suffix.
This commit is contained in:
parent
68bacfb8d5
commit
fb56000c13
|
@ -2982,7 +2982,7 @@ static void test_CreateFontIndirect(void)
|
||||||
LOGFONTA lf, getobj_lf;
|
LOGFONTA lf, getobj_lf;
|
||||||
int ret, i;
|
int ret, i;
|
||||||
HFONT hfont;
|
HFONT hfont;
|
||||||
char TestName[][16] = {"Arial", "Arial Bold", "Arial Italic"};
|
char TestName[][16] = {"Arial", "Arial Bold", "Arial Italic", "Arial Baltic"};
|
||||||
|
|
||||||
memset(&lf, 0, sizeof(lf));
|
memset(&lf, 0, sizeof(lf));
|
||||||
lf.lfCharSet = ANSI_CHARSET;
|
lf.lfCharSet = ANSI_CHARSET;
|
||||||
|
|
Loading…
Reference in New Issue