Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TextureFont::Glyph Struct Reference

#include <texturefont.h>

Collaboration diagram for TextureFont::Glyph:

Collaboration graph
List of all members.

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

Constructor & Destructor Documentation

TextureFont::Glyph::Glyph unsigned short  _id  )  [inline]
 

Definition at line 52 of file texturefont.h.

References __id.

00052 : __id(_id) {};


Member Data Documentation

unsigned short TextureFont::Glyph::__id
 

Definition at line 52 of file texturefont.h.

Referenced by Glyph(), and TextureFont::rebuildGlyphLookupTable().

short TextureFont::Glyph::advance
 

Definition at line 61 of file texturefont.h.

Referenced by TextureFont::getWidth(), TextureFont::load(), and TextureFont::render().

unsigned short TextureFont::Glyph::height
 

Definition at line 56 of file texturefont.h.

Referenced by TextureFont::load(), and TextureFont::render().

TexCoord TextureFont::Glyph::texCoords[4]
 

Definition at line 62 of file texturefont.h.

Referenced by TextureFont::load(), and TextureFont::render().

unsigned short TextureFont::Glyph::width
 

Definition at line 55 of file texturefont.h.

Referenced by TextureFont::addGlyph(), TextureFont::load(), and TextureFont::render().

short TextureFont::Glyph::x
 

Definition at line 57 of file texturefont.h.

Referenced by TextureFont::load().

short TextureFont::Glyph::xoff
 

Definition at line 58 of file texturefont.h.

Referenced by TextureFont::load(), and TextureFont::render().

short TextureFont::Glyph::y
 

Definition at line 59 of file texturefont.h.

Referenced by TextureFont::load().

short TextureFont::Glyph::yoff
 

Definition at line 60 of file texturefont.h.

Referenced by TextureFont::load(), and TextureFont::render().


The documentation for this struct was generated from the following file:
Generated on Sat Jan 14 22:33:39 2006 for Celestia by  doxygen 1.4.1