font sizing information More...
#include <glut-font.h>
Public Member Functions | |
font_rect_t (void) throw () | |
void | clear (void) throw () |
void | getPixelRect (OUT pixel_rect_t &pr) const throw () |
Public Attributes | |
int | lead |
pixels leading (to left of) draw origin | |
int | trail |
pixels trailing (to right of) draw origin | |
int | drop |
pixels falling below draw origin | |
int | rise |
pixels above draw origin |
font sizing information
Definition at line 75 of file glut-font.h.
glut::font_rect_t::font_rect_t | ( | void | ) | throw () [inline] |
Definition at line 77 of file glut-font.h.