aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/font.h')
-rw-r--r--engines/titanic/font.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/font.h b/engines/titanic/font.h
index 2948505c92..db0698766c 100644
--- a/engines/titanic/font.h
+++ b/engines/titanic/font.h
@@ -24,6 +24,7 @@
#define TITANIC_FONT_H
#include "common/scummsys.h"
+#include "titanic/string.h"
namespace Titanic {
@@ -32,7 +33,16 @@ public:
public:
STFont();
+ /**
+ * Load a specified font
+ */
void load(int fontNumber);
+
+ /**
+ * Write out a string
+ * TODO: Verify this
+ */
+ void writeString(int maxWidth, const CString &text, int *v1, int *v2);
};
} // End of namespace Titanic