#include <texturefont.h>
Collaboration diagram for TextureFont::Glyph:

Public Member Functions | |
| Glyph (unsigned short _id) | |
Public Attributes | |
| unsigned short | __id |
| short | advance |
| unsigned short | height |
| TexCoord | texCoords [4] |
| unsigned short | width |
| short | x |
| short | xoff |
| short | y |
| short | yoff |
|
|
Definition at line 52 of file texturefont.h. References __id. 00052 : __id(_id) {};
|
|
|
Definition at line 52 of file texturefont.h. Referenced by Glyph(), and TextureFont::rebuildGlyphLookupTable(). |
|
|
Definition at line 61 of file texturefont.h. Referenced by TextureFont::getWidth(), TextureFont::load(), and TextureFont::render(). |
|
|
Definition at line 56 of file texturefont.h. Referenced by TextureFont::load(), and TextureFont::render(). |
|
|
Definition at line 62 of file texturefont.h. Referenced by TextureFont::load(), and TextureFont::render(). |
|
|
Definition at line 55 of file texturefont.h. Referenced by TextureFont::addGlyph(), TextureFont::load(), and TextureFont::render(). |
|
|
Definition at line 57 of file texturefont.h. Referenced by TextureFont::load(). |
|
|
Definition at line 58 of file texturefont.h. Referenced by TextureFont::load(), and TextureFont::render(). |
|
|
Definition at line 59 of file texturefont.h. Referenced by TextureFont::load(). |
|
|
Definition at line 60 of file texturefont.h. Referenced by TextureFont::load(), and TextureFont::render(). |
1.4.1