summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h
index a96096cc..d52e4b65 100644
--- a/src/text.h
+++ b/src/text.h
@@ -47,6 +47,11 @@ class Text
*/
virtual ~Text();
+ void setColor(const gcn::Color *color);
+
+ int getWidth() const { return mWidth; }
+ int getHeight() const { return mHeight; }
+
/**
* Allows the originator of the text to specify the ideal coordinates.
*/