com.hermetica.magician.fonts
Class GLBitmapChar

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

public class GLBitmapChar
extends java.lang.Object


Field Summary
 float advance
          The advance of each character
 byte[] bitmap
          The font data
 int height
          The height of the character
 int width
          The width of the character
 float xorig
          The X origin of the character
 float yorig
          The Y origin of the character
 
Constructor Summary
GLBitmapChar(int width, int height, float xorig, float yorig, float advance, byte[] bitmap)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width
The width of the character

height

public int height
The height of the character

xorig

public float xorig
The X origin of the character

yorig

public float yorig
The Y origin of the character

advance

public float advance
The advance of each character

bitmap

public byte[] bitmap
The font data
Constructor Detail

GLBitmapChar

public GLBitmapChar(int width,
                    int height,
                    float xorig,
                    float yorig,
                    float advance,
                    byte[] bitmap)
Constructor