aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextUtils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/TextUtils.hh')
-rw-r--r--src/FbTk/TextUtils.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/TextUtils.hh b/src/FbTk/TextUtils.hh
index dcc222c..01fd8a9 100644
--- a/src/FbTk/TextUtils.hh
+++ b/src/FbTk/TextUtils.hh
@@ -29,9 +29,9 @@ namespace FbTk {
29class Font; 29class Font;
30 30
31/** 31/**
32 Aligns the text after max width and bevel 32 Aligns the text after max_pixels and bevel
33 */ 33 */
34int doAlignment(int max_width, int bevel, FbTk::Justify justify, 34int doAlignment(int max_pixels, int bevel, FbTk::Justify justify,
35 const FbTk::Font &font, const char * const text, 35 const FbTk::Font &font, const char * const text,
36 unsigned int textlen, unsigned int &newlen); 36 unsigned int textlen, unsigned int &newlen);
37 37