mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
(svn r27859) -Revert (r27858): Committed too much :(
This commit is contained in:
parent
e9e44105eb
commit
5932c84011
@ -529,7 +529,7 @@ const Sprite *FreeTypeFontCache::GetGlyph(GlyphID key)
|
||||
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);
|
||||
|
||||
/* Despite requesting a normal glyph, FreeType may have returned a bitmap */
|
||||
|
Loading…
Reference in New Issue
Block a user