summaryrefslogtreecommitdiff
path: root/otk/font.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 01:44:01 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 01:44:01 +0000
commite64d90be4d5b86a497ed8f03c6ba40512765e239 (patch)
treef3f8cc2e621363633f4c28d54fd0a353573c394f /otk/font.hh
parent46441f7d60c008b11a170516734ae7a5932a738e (diff)
new render system in effect. now ot make it look right
Diffstat (limited to 'otk/font.hh')
-rw-r--r--otk/font.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/otk/font.hh b/otk/font.hh
index afc36dea..16c47f27 100644
--- a/otk/font.hh
+++ b/otk/font.hh
@@ -57,10 +57,10 @@ public:
inline const std::string &fontstring() const { return _fontstring; }
- unsigned int height() const;
- unsigned int maxCharWidth() const;
+ int height() const;
+ int maxCharWidth() const;
- unsigned int measureString(const ustring &string) const;
+ int measureString(const ustring &string) const;
// The RenderControl classes use the internal data to render the fonts, but
// noone else needs it, so its private.