All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.hermetica.magician.fonts.GLBitmapChar
| Summary |
public class GLBitmapChar
extends java.lang.Object
{
// Fields 6
public float advance;
public byte[] bitmap;
public int height;
public int width;
public float xorig;
public float yorig;
// Constructors 1
public GLBitmapChar(int, int, float, float, float, byte[]);
}
| Cross Reference |
| Fields |
· width | Summary | Top |
public int width
The width of the character
· height | Summary | Top |
public int height
The height of the character
· xorig | Summary | Top |
public float xorig
The X origin of the character
· yorig | Summary | Top |
public float yorig
The Y origin of the character
· advance | Summary | Top |
public float advance
The advance of each character
· bitmap | Summary | Top |
public byte[] bitmap
The font data
| Constructors |
· GLBitmapChar | Summary | Top |
public GLBitmapChar(int width,
int height,
float xorig,
float yorig,
float advance,
byte[] bitmap)
Constructor
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7