#include <glh_text.h>

Public Member Functions | |
| virtual float | get_ascent ()=0 |
| virtual float | get_descent ()=0 |
| virtual float | get_width (int i)=0 |
| virtual void | initialize ()=0 |
| virtual void | render (int i)=0 |
Definition at line 63 of file glh_text.h.
| virtual float glh::font::get_ascent | ( | ) | [pure virtual] |
Implemented in glh::glut_stroke_mono_roman, and glh::glut_stroke_roman.
| virtual float glh::font::get_descent | ( | ) | [pure virtual] |
Implemented in glh::glut_stroke_mono_roman, and glh::glut_stroke_roman.
| virtual float glh::font::get_width | ( | int | i | ) | [pure virtual] |
Implemented in glh::glut_stroke_mono_roman, and glh::glut_stroke_roman.
| virtual void glh::font::initialize | ( | ) | [pure virtual] |
Implemented in glh::glut_stroke_mono_roman, and glh::glut_stroke_roman.
| virtual void glh::font::render | ( | int | i | ) | [pure virtual] |
Implemented in glh::glut_stroke_mono_roman, and glh::glut_stroke_roman.