UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ugdk::graphic::Font Class Reference

#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 ()
 

Member Enumeration Documentation

Enumerator:
LEFT 
CENTER 
RIGHT 

Constructor & Destructor Documentation

ugdk::graphic::Font::Font ( Texture **  letters,
int  fontsize,
char  ident,
bool  fancy 
)
ugdk::graphic::Font::~Font ( )

Member Function Documentation

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

The documentation for this class was generated from the following files: