1
0
Fork 0

(svn r27859) -Revert (r27858): Committed too much :(

release/1.8
peter1138 2017-04-23 09:20:53 +00:00
parent c973f65acb
commit 08fe8459c3
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ const Sprite *FreeTypeFontCache::GetGlyph(GlyphID key)
return glyph->sprite; return glyph->sprite;
} }
} }
FT_Load_Glyph(this->face, key, FT_LOAD_NO_HINTING); FT_Load_Glyph(this->face, key, FT_LOAD_DEFAULT);
FT_Render_Glyph(this->face->glyph, aa ? FT_RENDER_MODE_NORMAL : FT_RENDER_MODE_MONO); FT_Render_Glyph(this->face->glyph, aa ? FT_RENDER_MODE_NORMAL : FT_RENDER_MODE_MONO);
/* Despite requesting a normal glyph, FreeType may have returned a bitmap */ /* Despite requesting a normal glyph, FreeType may have returned a bitmap */