Pyrogenesis
13997
|
#include <Font.h>
Public Member Functions | |
CFont (const CStrW &name) | |
~CFont () | |
bool | HasRGB () |
int | GetLineSpacing () |
int | GetHeight () |
int | GetCharacterWidth (wchar_t c) |
void | CalculateStringSize (const wchar_t *string, int &w, int &h) |
const std::map< u16, UnifontGlyphData > & | GetGlyphs () |
Handle | GetTexture () |
Private Attributes | |
Handle | h |
void CFont::CalculateStringSize | ( | const wchar_t * | string, |
int & | w, | ||
int & | h | ||
) |
const std::map< u16, UnifontGlyphData > & CFont::GetGlyphs | ( | ) |