File diff r19115:e871966d9999 → r19116:609e37882a23
src/fontcache.h
Show inline comments
 
@@ -44,6 +44,7 @@ extern FreeTypeSettings _freetype;
 

	
 
void InitFreeType(bool monospace);
 
void UninitFreeType();
 
void ClearFontCache();
 
const Sprite *GetGlyph(FontSize size, uint32 key);
 
uint GetGlyphWidth(FontSize size, uint32 key);
 
bool GetDrawGlyphShadow();