|
Rasterfarm-SDK
|
#include <font.h>
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 |
| Font::Font | ( | const char * | fontName | ) |
|
virtual |
|
pure virtual |
Implemented in PolygonalFont, and TexturedFont.
|
inline |
|
staticprotected |
|
protected |