#include <K3dBmpFont.h>
Inheritance diagram for K3dBmpFont:
Public Member Functions | |
K3dBmpFont () | |
~K3dBmpFont () | |
GLuint & | GetTextureId () |
Get Texture index. | |
Private Attributes | |
GLuint | m_iTextureId |
Texture index. |
Definition at line 34 of file K3dBmpFont.h.
K3dBmpFont::K3dBmpFont | ( | ) | [inline] |
Definition at line 39 of file K3dBmpFont.h.
K3dBmpFont::~K3dBmpFont | ( | ) | [inline] |
Definition at line 40 of file K3dBmpFont.h.
GLuint& K3dBmpFont::GetTextureId | ( | ) | [inline] |
Get Texture index.
m_iId | Texture index |
Definition at line 44 of file K3dBmpFont.h.
References m_iTextureId.
GLuint K3dBmpFont::m_iTextureId [private] |