gdi32: Use the default character when the glyph is missing.

This commit is contained in:
Akihiro Sagawa 2013-05-22 19:46:31 +09:00 committed by Alexandre Julliard
parent f6ea5c8a0f
commit 15aa8daf64
1 changed files with 1 additions and 0 deletions

View File

@ -7301,6 +7301,7 @@ static BOOL get_glyph_index_linked(GdiFont *font, UINT c, GdiFont **linked_font,
return TRUE;
}
}
*glyph = get_default_char_index(font);
return FALSE;
}