Commit 01280cff authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

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

This reverts commit 15aa8daf. It breaks the default character rendering in some bitmap fonts, e.g. Fixedsys.
parent 0a06ca29
......@@ -7628,7 +7628,6 @@ static BOOL get_glyph_index_linked(GdiFont *font, UINT c, GdiFont **linked_font,
}
done:
*glyph = get_default_char_index(font);
*vert = FALSE;
return FALSE;
}
......
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