(svn r25438) -Codechange: introduce classes for the FontCache

This commit is contained in:
rubidium
2013-06-23 15:24:36 +00:00
parent 94a5fe6b92
commit e1a2a8275b
3 changed files with 244 additions and 93 deletions

View File

@@ -1179,7 +1179,7 @@ void DrawCharCentered(WChar c, int x, int y, TextColour colour)
static int ReallyDoDrawString(const WChar *string, int x, int y, DrawStringParams &params, bool parse_string_also_when_clipped)
{
DrawPixelInfo *dpi = _cur_dpi;
bool draw_shadow = GetDrawGlyphShadow();
bool draw_shadow = GetDrawGlyphShadow(FS_NORMAL);
WChar c;
int xo = x;