#include <gfx/gxvectorfont.h>
Public Member Functions | |
virtual const char * | fontName () const |
Get the string name of the font. | |
virtual unsigned int | listBase () const |
Get an OpenGL display list for rendering the font. | |
virtual void | bboxOf (const char *text, Gfx::Bbox &bbox) const |
Get the bounding box of a piece of text rendered with this font. | |
virtual void | drawText (const char *text, Gfx::Canvas &canvas) const |
Draw the given text on the canvas. | |
double | vectorHeight () const |
Return the vector height of the font, in world coords. |
Definition at line 40 of file gxvectorfont.h.