CComponentsText: add missing member to get current font

Origin commit data
------------------
Commit: 1e388d848c
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-13 (Thu, 13 Oct 2016)
This commit is contained in:
2016-10-13 09:23:54 +02:00
committed by vanhofen
parent 9d5ac51786
commit acdad6e70f

View File

@@ -173,6 +173,9 @@ class CComponentsText : public CCTextScreen, public CComponentsItem, public CBox
///returns current text content of text/label object as std::string
virtual std::string getText(){return ct_text;};
///return current font
Font* getFont(){return ct_font;}
///set screen x-position, parameter as int
virtual void setXPos(const int& xpos);
///set screen y-position, parameter as int