(svn r23992) -Fix: compilation without freetype

This commit is contained in:
rubidium 2012-02-25 22:18:53 +00:00
parent 031f6ee611
commit 974a08bf60
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, i
/* Stub for initializiation */
static inline void InitFreeType(bool monospace) { extern void ResetFontSizes(bool monospace); ResetFontSizes(monospace); }
static inline void UninitFreeType() {}
static inline void ClearFontCache() {}
/** Get the Sprite for a glyph */
static inline const Sprite *GetGlyph(FontSize size, uint32 key)