Rasterfarm-SDK
Loading...
Searching...
No Matches
Font Class Referenceabstract

#include <font.h>

Inheritance diagram for Font:
PolygonalFont TexturedFont FTFont

Public Member Functions

 Font (const char *fontName)
 
virtual ~Font ()
 
String getFontName ()
 
virtual float getFontHeight ()=0
 

Protected Attributes

String fontName
 

Static Protected Attributes

static const uint CHAR_SET_SIZE = 256
 

Constructor & Destructor Documentation

◆ Font()

Font::Font ( const char * fontName)

◆ ~Font()

virtual Font::~Font ( )
virtual

Member Function Documentation

◆ getFontHeight()

virtual float Font::getFontHeight ( )
pure virtual

Implemented in PolygonalFont, and TexturedFont.

◆ getFontName()

String Font::getFontName ( )
inline

Member Data Documentation

◆ CHAR_SET_SIZE

const uint Font::CHAR_SET_SIZE = 256
staticprotected

◆ fontName

String Font::fontName
protected

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