From 1021da132b2ed37232461c1ff44b78164b0a4ee5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 31 Dec 2018 18:34:42 -0800 Subject: GLK: Splitting font related info from Conf into their own classes --- engines/glk/windows.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/glk/windows.h') 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" @@ -413,6 +414,11 @@ public: */ void close(bool recurse = true); + /** + * Get the font info structure associated with the window + */ + virtual FontInfo *getFontInfo(); + /** * Rearranges the window */ -- cgit v1.2.3