(svn r27004) -Codechange: Make GUI size apply to (sprite-font) text as well.

This commit is contained in:
2014-10-12 20:43:25 +00:00
parent 771dcf3b7b
commit 1088ad48fc
7 changed files with 30 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ public:
* Get the height of the font.
* @return The height of the font.
*/
inline int GetHeight() const { return this->height; }
virtual int GetHeight() const { return this->height; }
/**
* Get the ascender value of the font.