Clean up font caching, fix bitmap fonts

This commit is contained in:
SmallJoker
2019-10-17 20:40:50 +02:00
committed by SmallJoker
parent 72416a6a1f
commit 388ea737f5
4 changed files with 97 additions and 105 deletions

View File

@@ -96,11 +96,7 @@ public:
ValignType valign;
#if USE_FREETYPE
gui::CGUITTFont *font;
#else
gui::IGUIFont *font;
#endif
irr::video::SColor color;
irr::video::SColor hovercolor;