From bc99e6a420c04b4607bffc90e528d9572649f95f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 Jan 2003 23:55:30 +0000 Subject: remove userstring --- otk/font.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/font.hh') 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; }; } -- cgit v1.2.3