mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r23992) -Fix: compilation without freetype
This commit is contained in:
parent
2f9d982a83
commit
2816a65365
@ -66,6 +66,7 @@ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, i
|
|||||||
/* Stub for initializiation */
|
/* Stub for initializiation */
|
||||||
static inline void InitFreeType(bool monospace) { extern void ResetFontSizes(bool monospace); ResetFontSizes(monospace); }
|
static inline void InitFreeType(bool monospace) { extern void ResetFontSizes(bool monospace); ResetFontSizes(monospace); }
|
||||||
static inline void UninitFreeType() {}
|
static inline void UninitFreeType() {}
|
||||||
|
static inline void ClearFontCache() {}
|
||||||
|
|
||||||
/** Get the Sprite for a glyph */
|
/** Get the Sprite for a glyph */
|
||||||
static inline const Sprite *GetGlyph(FontSize size, uint32 key)
|
static inline const Sprite *GetGlyph(FontSize size, uint32 key)
|
||||||
|
Loading…
Reference in New Issue
Block a user