Changeset - r22646:56007dfaa802
[Not reviewed]
master
0 1 0
peter1138 - 7 years ago 2017-04-23 09:20:53
peter1138@openttd.org
(svn r27859) -Revert (r27858): Committed too much :(
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fontcache.cpp
Show inline comments
 
@@ -529,7 +529,7 @@ const Sprite *FreeTypeFontCache::GetGlyp
 
			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 */
0 comments (0 inline, 0 general)