diff options
author | Einar Johan Trøan Sømåen | 2012-05-11 02:20:52 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-02 12:58:53 +0200 |
commit | 076cd93d213f7ecb9a3f42165f6805826c544e96 (patch) | |
tree | 8ae493b533daff79990ee550460643808b5a5ace /engines/wintermute/BFontTT.h | |
parent | 6faf92bfda160e037163fe4f6e6dd37d740ba809 (diff) | |
download | scummvm-rg350-076cd93d213f7ecb9a3f42165f6805826c544e96.tar.gz scummvm-rg350-076cd93d213f7ecb9a3f42165f6805826c544e96.tar.bz2 scummvm-rg350-076cd93d213f7ecb9a3f42165f6805826c544e96.zip |
WINTERMUTE: Preliminary fontwork.
Diffstat (limited to 'engines/wintermute/BFontTT.h')
-rw-r--r-- | engines/wintermute/BFontTT.h | 4 |
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;
|