#include <glfont.h>
Public Member Functions | |
GLFont (GLuint displayList, int pixelHeight) | |
GLuint | getDisplayList () const |
int | getPixelHeight () const |
Private Attributes | |
GLuint | m_displayList |
int | m_pixelHeight |
Definition at line 29 of file glfont.h.
GLFont::GLFont | ( | GLuint | displayList, | |
int | pixelHeight | |||
) | [inline] |
GLuint GLFont::getDisplayList | ( | ) | const [inline] |
Definition at line 38 of file glfont.h.
References m_displayList.
int GLFont::getPixelHeight | ( | ) | const [inline] |
Definition at line 42 of file glfont.h.
References m_pixelHeight.
GLuint GLFont::m_displayList [private] |
Definition at line 31 of file glfont.h.
Referenced by getDisplayList().
int GLFont::m_pixelHeight [private] |
Definition at line 32 of file glfont.h.
Referenced by getPixelHeight().