File diff r19115:e871966d9999 → r19116:609e37882a23
src/fontcache.cpp
Show inline comments
 
@@ -974,6 +974,14 @@ void UninitFreeType()
 
	_library = NULL;
 
}
 

	
 
/**
 
 * Reset cached glyphs.
 
 */
 
void ClearFontCache()
 
{
 
	ResetGlyphCache(true);
 
	ResetGlyphCache(false);
 
}
 

	
 
static FT_Face GetFontFace(FontSize size)
 
{