summaryrefslogtreecommitdiff
path: root/otk/font.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-12 23:55:30 +0000
committerDana Jansens <danakj@orodu.net>2003-01-12 23:55:30 +0000
commitbc99e6a420c04b4607bffc90e528d9572649f95f (patch)
tree4f6fd77cc1da27aa838ebd9d7de392a38248ef8e /otk/font.hh
parent703ef4df2278adef66a65bcfc9455da41d0413e6 (diff)
remove userstring
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;
};
}