aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/truetype_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/truetype_font.h')
-rw-r--r--engines/zvision/truetype_font.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/truetype_font.h b/engines/zvision/truetype_font.h
index 33f016cffd..762657a5fb 100644
--- a/engines/zvision/truetype_font.h
+++ b/engines/zvision/truetype_font.h
@@ -60,10 +60,10 @@ public:
*
* @param filename The file name of the .ttf file to load
*/
- bool loadFile(const Common::String &filename);
+ bool loadFile(const Common::String &filename);
/**
- * Renders the supplied text to a Surface using 0x0 as the
- * background color.
+ * Renders the supplied text to a Surface using 0x0 as the
+ * background color.
*
* @param text The to render
* @param textColor The color to render the text with