Public Member Functions

glut::Font Class Reference
[Glut Font Library]

a basic font class. More...

#include <glut-font.h>

Inheritance diagram for glut::Font:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

glut::Font::~Font ( void   )  throw () [virtual]

Definition at line 46 of file glut-font.cpp.


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