CoreGraphics::TextElement Class Reference
#include <textelement.h>
Detailed Description
Describes a text element for the text renderer.(C) 2008 Radon Labs GmbH
Public Member Functions | |
| TextElement () | |
| default constructor | |
| TextElement (Threading::ThreadId threadId, const Util::String &text, const Math::float4 &color, const Math::float2 &pos) | |
| constructor | |
| Threading::ThreadId | GetThreadId () const |
| get thread id | |
| const Util::String & | GetText () const |
| get text | |
| const Math::float4 & | GetColor () const |
| get color | |
| const Math::float2 & | GetPosition () const |
| get position | |