#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_roman () | |
| virtual void | initialize () |
| virtual void | render (int i) |
| virtual | ~glut_stroke_roman () |
Public Attributes | |
| glyph | glyphs [128] |
| bool | initialized |
Private Member Functions | |
| void | init () |
Definition at line 58 of file glh_glut_text.h.
| glh::glut_stroke_roman::glut_stroke_roman | ( | ) | [inline] |
Definition at line 60 of file glh_glut_text.h.
| virtual glh::glut_stroke_roman::~glut_stroke_roman | ( | ) | [inline, virtual] |
Definition at line 62 of file glh_glut_text.h.
| virtual float glh::glut_stroke_roman::get_ascent | ( | ) | [inline, virtual] |
Implements glh::font.
Definition at line 72 of file glh_glut_text.h.
| virtual float glh::glut_stroke_roman::get_descent | ( | ) | [inline, virtual] |
Implements glh::font.
Definition at line 74 of file glh_glut_text.h.
| virtual float glh::glut_stroke_roman::get_width | ( | int | i | ) | [inline, virtual] |
Implements glh::font.
Definition at line 76 of file glh_glut_text.h.
| void glh::glut_stroke_roman::init | ( | ) | [inline, private] |
Definition at line 103 of file glh_glut_text.h.
| virtual void glh::glut_stroke_roman::initialize | ( | ) | [inline, virtual] |
Implements glh::font.
Definition at line 96 of file glh_glut_text.h.
| virtual void glh::glut_stroke_roman::render | ( | int | i | ) | [inline, virtual] |
Implements glh::font.
Definition at line 87 of file glh_glut_text.h.
Definition at line 99 of file glh_glut_text.h.
Definition at line 98 of file glh_glut_text.h.