aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/fonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/fonts.h')
-rw-r--r--engines/gargoyle/fonts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gargoyle/fonts.h b/engines/gargoyle/fonts.h
index f2a6eb897d..dc0bfd887d 100644
--- a/engines/gargoyle/fonts.h
+++ b/engines/gargoyle/fonts.h
@@ -84,6 +84,7 @@ public:
* @param fontIdx Which font to use
* @param text Text to get the width of
* @param spw ???
+ * @returns Width of string multiplied by GLI_SUBPIX
*/
size_t stringWidth(int fontIdx, const Common::String &text, int spw = -1);
@@ -92,6 +93,7 @@ public:
* @param fontIdx Which font to use
* @param text Text to get the width of
* @param spw ???
+ * @returns Width of string multiplied by GLI_SUBPIX
*/
size_t stringWidthUni(int fontIdx, const Common::U32String &text, int spw = -1);
};