aboutsummaryrefslogtreecommitdiff
path: root/gui/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/font.cpp')
-rw-r--r--gui/font.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/font.cpp b/gui/font.cpp
index a4031a4144..5d68eb7f07 100644
--- a/gui/font.cpp
+++ b/gui/font.cpp
@@ -71,6 +71,9 @@ void NewFont::drawChar(const Surface *dst, byte chr, int x, int y, uint32 color)
}
+#pragma mark -
+
+
int Font::getStringWidth(const Common::String &str) const {
int space = 0;