CComponentsText: add missing member to get current font

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e388d848c
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-13 (Thu, 13 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-10-13 09:23:54 +02:00
committed by vanhofen
parent 2dc2849d4a
commit 725bfb9be0

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