a basic font class. More...
#include <glut-font.h>
Public Member Functions | |
virtual | ~Font (void) throw () |
virtual const char * | getName (void) const =0 throw () |
virtual font_rect_t | getBoundingRect (IN const char *text)=0 |
virtual void | display (IN float x, IN float y, IN float z, IN const char *text)=0 |
virtual bool | canScale (void) const =0 throw () |
virtual bool | setFaceSize (IN float pointSize)=0 |
virtual float | getFaceSize (void) const =0 throw () |
virtual int | getLineHeight (void) const =0 throw () |
a basic font class.
Mostly delegates to the actual FTGL implementation (see Wavepacket FTGL Wrapper Library)
Definition at line 105 of file glut-font.h.
glut::Font::~Font | ( | void | ) | throw () [virtual] |
Definition at line 46 of file glut-font.cpp.