aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/screen.h')
-rw-r--r--engines/glk/screen.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/engines/glk/screen.h b/engines/glk/screen.h
index f54d965545..d4f3874d71 100644
--- a/engines/glk/screen.h
+++ b/engines/glk/screen.h
@@ -27,6 +27,7 @@
#include "common/array.h"
#include "graphics/screen.h"
#include "graphics/font.h"
+#include "glk/fonts.h"
#include "glk/utils.h"
namespace Glk {
@@ -37,10 +38,6 @@ enum CaretShape {
SMALL_DOT = 0, FAT_DOT = 1, THIN_LINE = 2, FAT_LINE = 3, BLOCK = 4
};
-enum FACES { MONOR, MONOB, MONOI, MONOZ, PROPR, PROPB, PROPI, PROPZ, CUSTOM, CUSTOM2 };
-enum TYPES { MONOF, PROPF };
-enum STYLES { FONTR, FONTB, FONTI, FONTZ };
-
/**
* Screen surface class
*/
@@ -95,13 +92,6 @@ public:
void fillRect(const Rect &box, const byte *rgb);
/**
- * Draws the text input caret at the given position
- * @remarks The position specifies the caret's bottom-left corner,
- * and the X position is in multiples of GLI_SUBPIX
- */
- void drawCaret(const Point &pos);
-
- /**
* Draws a string using the specified font at the given co-ordinates
* @param pos Position for the bottom-left corner the text will be drawn with
* @param fontIdx Which font to use