summaryrefslogtreecommitdiff
path: root/otk/font.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/font.hh')
-rw-r--r--otk/font.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/font.hh b/otk/font.hh
index 2ffa39a5..9091b9bc 100644
--- a/otk/font.hh
+++ b/otk/font.hh
@@ -58,7 +58,7 @@ public:
unsigned int maxCharWidth() const;
unsigned int measureString(const std::string &string,
- bool utf8 = true) const;
+ bool utf8 = false) const;
//! Draws a string into an XftDraw object
/*!
@@ -66,7 +66,7 @@ public:
different screens, you WILL have unpredictable results! :)
*/
void drawString(XftDraw *d, int x, int y, const Color &color,
- const std::string &string, bool utf8 = true) const;
+ const std::string &string, bool utf8 = false) const;
};
}