|
UGDK
0.4.1
|
#include <ugdk/graphic/font.h>
Public Types | |
| enum | IdentType { LEFT, CENTER, RIGHT } |
Public Member Functions | |
| Font (Texture **letters, int fontsize, char ident, bool fancy) | |
| ~Font () | |
| int | id () |
| IdentType | ident () |
| Vector2D | GetLetterSize (wchar_t letter) |
| bool | IsFancy () |
| ugdk::graphic::Font::Font | ( | Texture ** | letters, |
| int | fontsize, | ||
| char | ident, | ||
| bool | fancy | ||
| ) |
| ugdk::graphic::Font::~Font | ( | ) |
| Vector2D ugdk::graphic::Font::GetLetterSize | ( | wchar_t | letter | ) |
|
inline |
|
inline |
|
inline |