#include <ugdk/graphic/textmanager.h>
| ugdk::graphic::TextManager::TextManager |
( |
| ) |
|
|
inline |
| ugdk::graphic::TextManager::~TextManager |
( |
| ) |
|
| void ugdk::graphic::TextManager::AddFont |
( |
const std::string & |
name, |
|
|
const std::string & |
path, |
|
|
int |
size, |
|
|
char |
ident, |
|
|
bool |
fancy |
|
) |
| |
| Text * ugdk::graphic::TextManager::GetText |
( |
const std::wstring & |
text | ) |
|
| Text * ugdk::graphic::TextManager::GetText |
( |
const std::wstring & |
text, |
|
|
const std::string & |
font, |
|
|
int |
width = -1 |
|
) |
| |
| Text * ugdk::graphic::TextManager::GetTextFromFile |
( |
const std::string & |
path | ) |
|
| Text * ugdk::graphic::TextManager::GetTextFromFile |
( |
const std::string & |
path, |
|
|
const std::string & |
font, |
|
|
int |
width = -1 |
|
) |
| |
| bool ugdk::graphic::TextManager::Initialize |
( |
| ) |
|
| bool ugdk::graphic::TextManager::Release |
( |
| ) |
|
The documentation for this class was generated from the following files: