mirror of https://github.com/OpenTTD/OpenTTD
(svn r24010) [1.2] -Fix: forgot to backport r23992
parent
5814764af9
commit
32aee004c6
|
@ -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