#include <GLFont2dStorage.h>
Public Member Functions | |
| CharEntry () | |
| ~CharEntry () | |
Public Attributes | |
| float | x |
| float | y |
| float | width |
| float | height |
| int | advances |
| int | left |
| int | rows |
| GLuint | texture |
| GLuint | displaylist |
Definition at line 29 of file GLFont2dStorage.h.
| GLFont2dStorage::CharEntry::CharEntry | ( | ) |
Definition at line 28 of file GLFont2dStorage.cpp.
| GLFont2dStorage::CharEntry::~CharEntry | ( | ) |
Definition at line 34 of file GLFont2dStorage.cpp.
References displaylist, glDeleteLists(), glDeleteTextures(), and texture.
Definition at line 35 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), and GLFont2d::drawLetter().
Definition at line 35 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), and GLFont2d::drawLetter().
Definition at line 36 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), and GLFont2d::drawLetter().
Definition at line 36 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), and GLFont2d::drawLetter().
Definition at line 37 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), GLFont2d::drawLetter(), GLFont2d::drawStringHandler(), GLFont2d::drawSubStrA(), GLFont2d::drawWidthRhs(), GLFont2d::getChars(), and GLFont2d::getWidth().
Definition at line 38 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), and GLFont2d::drawLetter().
Definition at line 38 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), and GLFont2d::drawLetter().
Definition at line 40 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), GLFont2d::drawLetter(), and ~CharEntry().
Definition at line 41 of file GLFont2dStorage.h.
Referenced by GLFont2dFreeType::createCharacter(), GLFont2d::drawString(), GLFont2d::drawStringHandler(), GLFont2d::getCharacter(), and ~CharEntry().
1.5.3