gdi32/tests: Add additional font to fullnames test.
This commit is contained in:
parent
5c2976eebc
commit
bf235df2c6
|
@ -3757,7 +3757,7 @@ static BOOL is_font_installed_fullname(const char *family, const char *fullname)
|
|||
|
||||
static void test_fullname(void)
|
||||
{
|
||||
static const char *TestName[] = {"Lucida Sans Demibold Roman", "Lucida Sans Italic"};
|
||||
static const char *TestName[] = {"Lucida Sans Demibold Roman", "Lucida Sans Italic", "Lucida Sans Regular"};
|
||||
char buf[LF_FULLFACESIZE];
|
||||
HFONT hfont, of;
|
||||
LOGFONTA lf;
|
||||
|
|
Loading…
Reference in New Issue