gdi32: Use the default character when the glyph is missing.
This commit is contained in:
parent
f6ea5c8a0f
commit
15aa8daf64
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue