UGDK
|
#include <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 | ||
) |
Vector2D ugdk::graphic::Font::GetLetterSize | ( | wchar_t | letter | ) |
int ugdk::graphic::Font::id | ( | ) | [inline] |
IdentType ugdk::graphic::Font::ident | ( | ) | [inline] |
bool ugdk::graphic::Font::IsFancy | ( | ) | [inline] |