gl4java.utils.glut.fonts
Class BitmapFontRec

java.lang.Object
  |
  +--gl4java.utils.glut.fonts.BitmapFontRec

public class BitmapFontRec
extends java.lang.Object


Field Summary
 BitmapCharRec[] ch
           
 int first
           
 java.lang.String name
           
 int num_chars
           
 
Constructor Summary
BitmapFontRec(java.lang.String n, int num, int f, BitmapCharRec[] recs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

num_chars

public int num_chars

first

public int first

ch

public BitmapCharRec[] ch
Constructor Detail

BitmapFontRec

public BitmapFontRec(java.lang.String n,
                     int num,
                     int f,
                     BitmapCharRec[] recs)