#include <glh_glut_text.h>

Classes | |
| struct | glyph |
Public Member Functions | |
| virtual float | get_ascent () |
| virtual float | get_descent () |
| virtual float | get_width (int i) |
| glut_stroke_mono_roman () | |
| virtual void | initialize () |
| virtual void | render (int i) |
| virtual | ~glut_stroke_mono_roman () |
Public Attributes | |
| glyph | glyphs [128] |
| bool | initialized |
Private Member Functions | |
| void | init () |
Definition at line 133 of file glh_glut_text.h.
| glh::glut_stroke_mono_roman::glut_stroke_mono_roman | ( | ) | [inline] |
Definition at line 135 of file glh_glut_text.h.
| virtual glh::glut_stroke_mono_roman::~glut_stroke_mono_roman | ( | ) | [inline, virtual] |
Definition at line 137 of file glh_glut_text.h.
| virtual float glh::glut_stroke_mono_roman::get_ascent | ( | ) | [inline, virtual] |
Implements glh::font.
Definition at line 146 of file glh_glut_text.h.
| virtual float glh::glut_stroke_mono_roman::get_descent | ( | ) | [inline, virtual] |
Implements glh::font.
Definition at line 148 of file glh_glut_text.h.
| virtual float glh::glut_stroke_mono_roman::get_width | ( | int | i | ) | [inline, virtual] |
Implements glh::font.
Definition at line 150 of file glh_glut_text.h.
| void glh::glut_stroke_mono_roman::init | ( | ) | [inline, private] |
Definition at line 177 of file glh_glut_text.h.
| virtual void glh::glut_stroke_mono_roman::initialize | ( | ) | [inline, virtual] |
Implements glh::font.
Definition at line 170 of file glh_glut_text.h.
| virtual void glh::glut_stroke_mono_roman::render | ( | int | i | ) | [inline, virtual] |
Implements glh::font.
Definition at line 161 of file glh_glut_text.h.
Definition at line 173 of file glh_glut_text.h.
Definition at line 172 of file glh_glut_text.h.