#include <GLFont2dStorage.h>
Public Member Functions | |
| GLFont2dStorage () | |
| ~GLFont2dStorage () | |
| CharEntry * | getEntry (unsigned int character) |
Static Public Member Functions | |
| static unsigned int | getTotalCharacterBlocks () |
Protected Attributes | |
| StorageBlock ** | blocks_ |
Static Protected Attributes | |
| static unsigned int | totalCharacterBlocks_ |
Classes | |
| struct | CharEntry |
| struct | StorageBlock |
Definition at line 26 of file GLFont2dStorage.h.
| GLFont2dStorage::GLFont2dStorage | ( | ) |
| GLFont2dStorage::~GLFont2dStorage | ( | ) |
| GLFont2dStorage::CharEntry * GLFont2dStorage::getEntry | ( | unsigned int | character | ) |
Definition at line 62 of file GLFont2dStorage.cpp.
References block(), blocks_, GLFont2dStorage::StorageBlock::entries, and totalCharacterBlocks_.
Referenced by GLFont2d::getCharacter().
| static unsigned int GLFont2dStorage::getTotalCharacterBlocks | ( | ) | [inline, static] |
Definition at line 48 of file GLFont2dStorage.h.
References totalCharacterBlocks_.
Referenced by GLWFont::displayCharacterInfo().
unsigned int GLFont2dStorage::totalCharacterBlocks_ [static, protected] |
Definition at line 51 of file GLFont2dStorage.h.
Referenced by getEntry(), and getTotalCharacterBlocks().
StorageBlock** GLFont2dStorage::blocks_ [protected] |
Definition at line 61 of file GLFont2dStorage.h.
Referenced by getEntry(), GLFont2dStorage(), and ~GLFont2dStorage().
1.5.3