UGDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
ugdk::graphic::Font Class Reference

#include <font.h>

List of all members.

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 
)

Member Function Documentation

int ugdk::graphic::Font::id ( ) [inline]
bool ugdk::graphic::Font::IsFancy ( ) [inline]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines