Commit bf235df2 authored by Grazvydas Ignotas's avatar Grazvydas Ignotas Committed by Alexandre Julliard

gdi32/tests: Add additional font to fullnames test.

parent 5c2976ee
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment