#include <gfx/gxfont.h>
Public Member Functions | |
virtual | ~GxFont () throw () |
Virtual destructor. | |
virtual const char * | fontName () const =0 |
Get the string name of the font. | |
virtual unsigned int | listBase () const =0 |
Get an OpenGL display list for rendering the font. | |
virtual void | bboxOf (const char *text, Gfx::Bbox &bbox) const =0 |
Get the bounding box of a piece of text rendered with this font. | |
virtual void | drawText (const char *text, Gfx::Canvas &canvas) const =0 |
Draw the given text on the canvas. |
Definition at line 49 of file gxfont.h.