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