#include <text.h>
List of all members.
Public Member Functions |
| Text (const std::wstring &message, Font *font) |
| Text (const std::vector< std::wstring > &message, Font *font) |
| ~Text () |
void | SetMessage (const std::wstring &message) |
void | SetMessage (const std::vector< std::wstring > &message) |
void | Update (double dt) |
void | Draw () const |
virtual const Vector2D & | size () const |
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files:
- src/ugdk/graphic/drawable/text.h
- src/ugdk/graphic/drawable/text.cc