Describes a text element for the text renderer.
Definition textelement.h:21
TextElement()
default constructor
Definition textelement.cc:18
Threading::ThreadId threadId
Definition textelement.h:40
const float GetSize() const
get size
Definition textelement.h:88
const Math::vec4 & GetColor() const
get color
Definition textelement.h:69
const Util::String & GetText() const
get text
Definition textelement.h:60
const Math::vec2 & GetPosition() const
get position
Definition textelement.h:78
Math::vec2 pos
Definition textelement.h:43
Threading::ThreadId GetThreadId() const
get thread id
Definition textelement.h:51
float size
Definition textelement.h:44
Math::vec4 color
Definition textelement.h:42
Util::String text
Definition textelement.h:41