This commit is contained in:
parent
9bc47a36d2
commit
3a59634c25
2 changed files with 28 additions and 3 deletions
|
@ -43,10 +43,14 @@ public:
|
|||
|
||||
virtual void render();
|
||||
|
||||
int getTextWidth();
|
||||
int getTextHeight();
|
||||
|
||||
protected:
|
||||
void recalc();
|
||||
|
||||
int getTextId() {return m_textId;}
|
||||
|
||||
|
||||
private:
|
||||
unsigned int m_textId;
|
||||
|
@ -55,9 +59,6 @@ private:
|
|||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Globals
|
||||
------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue