diff options
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. */ |