com.hermetica.magician.fonts
Class GLTextureCharInfo

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

public class GLTextureCharInfo
extends java.lang.Object


Field Summary
 float advance
          The advance between characters
 float[] t0
          Texture coordinates
 float[] t1
          Texture coordinates
 float[] t2
          Texture coordinates
 float[] t3
          Texture coordinates
 short[] v0
          Vertices
 short[] v1
          Vertices
 short[] v2
          Vertices
 short[] v3
          Vertices
 
Constructor Summary
GLTextureCharInfo(float t0x, float t0y, float t1x, float t1y, float t2x, float t2y, float t3x, float t3y, short v0x, short v0y, short v1x, short v1y, short v2x, short v2y, short v3x, short v3y, float advance)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t0

public float[] t0
Texture coordinates

t1

public float[] t1
Texture coordinates

t2

public float[] t2
Texture coordinates

t3

public float[] t3
Texture coordinates

v0

public short[] v0
Vertices

v1

public short[] v1
Vertices

v2

public short[] v2
Vertices

v3

public short[] v3
Vertices

advance

public float advance
The advance between characters
Constructor Detail

GLTextureCharInfo

public GLTextureCharInfo(float t0x,
                         float t0y,
                         float t1x,
                         float t1y,
                         float t2x,
                         float t2y,
                         float t3x,
                         float t3y,
                         short v0x,
                         short v0y,
                         short v1x,
                         short v1y,
                         short v2x,
                         short v2y,
                         short v3x,
                         short v3y,
                         float advance)
Constructor