aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BFontTT.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/BFontTT.h')
-rw-r--r--engines/wintermute/BFontTT.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/wintermute/BFontTT.h b/engines/wintermute/BFontTT.h
index 5690947465..6994ea3c8f 100644
--- a/engines/wintermute/BFontTT.h
+++ b/engines/wintermute/BFontTT.h
@@ -34,6 +34,7 @@
#include "BSurface.h"
#include "common/rect.h"
#include "graphics/surface.h"
+#include "graphics/font.h"
#define NUM_CACHED_TEXTS 30
@@ -159,7 +160,8 @@ private:
HRESULT InitFont();
//FT_Stream _fTStream;
//FT_Face _fTFace;
-
+ Graphics::Font *_font;
+ const Graphics::Font *_fallbackFont;
FontGlyphCache *_glyphCache;
float _ascender;