GLFont Class Reference

#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

Detailed Description

Definition at line 29 of file glfont.h.


Constructor & Destructor Documentation

GLFont::GLFont ( GLuint  displayList,
int  pixelHeight 
) [inline]

Definition at line 34 of file glfont.h.


Member Function Documentation

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.


Field Documentation

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().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2