forked from mirror/OpenTTD
(svn r27004) -Codechange: Make GUI size apply to (sprite-font) text as well.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user