#include <gltext.h>
Inheritance diagram for gltext::FontRenderer:
Public Methods | |
virtual void GLTEXT_CALL | render (const char *text)=0 |
virtual int GLTEXT_CALL | getWidth (const char *text)=0 |
virtual int GLTEXT_CALL | getHeight (const char *text)=0 |
virtual Font *GLTEXT_CALL | getFont ()=0 |
|
Returns the font used to create this renderer. |
|
Computes the height of the given text string if it were to be rendered with this renderer. |
|
Computes the width of the given text string if it were to be rendered with this renderer. |
|
Renders the text in the given string as glyphs using this font renderer's current font. |