aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/windows.h')
-rw-r--r--engines/glk/windows.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/glk/windows.h b/engines/glk/windows.h
index 5529b314b6..703fc5589a 100644
--- a/engines/glk/windows.h
+++ b/engines/glk/windows.h
@@ -28,6 +28,7 @@
#include "common/rect.h"
#include "graphics/screen.h"
#include "glk/events.h"
+#include "glk/fonts.h"
#include "glk/glk_types.h"
#include "glk/screen.h"
#include "glk/selection.h"
@@ -414,6 +415,11 @@ public:
void close(bool recurse = true);
/**
+ * Get the font info structure associated with the window
+ */
+ virtual FontInfo *getFontInfo();
+
+ /**
* Rearranges the window
*/
virtual void rearrange(const Rect &box) {