Home
last modified time | relevance | path

Searched refs:lfa2 (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c173 LOGFONTA lfa, lfa2; in test_logfont() local
197 expect(0, lfa2.lfWidth); in test_logfont()
200 ok((lfa2.lfWeight >= 100) && (lfa2.lfWeight <= 900), "Expected weight to be set\n"); in test_logfont()
201 expect(0, lfa2.lfItalic); in test_logfont()
204 ok(lfa2.lfCharSet == GetTextCharset(hdc) || lfa2.lfCharSet == ANSI_CHARSET, in test_logfont()
208 expect(0, lfa2.lfQuality); in test_logfont()
228 expect(0, lfa2.lfWidth); in test_logfont()
231 ok((lfa2.lfWeight >= 100) && (lfa2.lfWeight <= 900), "Expected weight to be set\n"); in test_logfont()
235 ok(lfa2.lfCharSet == GetTextCharset(hdc) || lfa2.lfCharSet == ANSI_CHARSET, in test_logfont()
239 expect(0, lfa2.lfQuality); in test_logfont()
[all …]