com.hermetica.magician.fonts
Class GLTextureChar

java.lang.Object
  |
  +--com.hermetica.magician.fonts.GLTextureChar

public class GLTextureChar
extends java.lang.Object


Field Summary
 int advance
          The advance of each character
 short c
          The glyph index
 int height
          The height of the character
 int width
          The width of the character
 int xoffset
          The x offset of each character within the texture map
 short xorig
          The X origin of the character
 int yoffset
          The y offset of each character within the texture map
 short yorig
          The Y origin of the character
 
Constructor Summary
GLTextureChar(short c, int width, int height, short xorig, short yorig, int advance, int xoffset, int yoffset)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public short c
The glyph index

width

public int width
The width of the character

height

public int height
The height of the character

xorig

public short xorig
The X origin of the character

yorig

public short yorig
The Y origin of the character

advance

public int advance
The advance of each character

xoffset

public int xoffset
The x offset of each character within the texture map

yoffset

public int yoffset
The y offset of each character within the texture map
Constructor Detail

GLTextureChar

public GLTextureChar(short c,
                     int width,
                     int height,
                     short xorig,
                     short yorig,
                     int advance,
                     int xoffset,
                     int yoffset)
Constructor