org.gljava.opengl.ftgl
Class FTGLBitmapFont

java.lang.Object
  extended by org.gljava.opengl.ftgl.FTFont
      extended by org.gljava.opengl.ftgl.FTGLBitmapFont

public class FTGLBitmapFont
extends FTFont


Field Summary
private  long swigCPtr
           
 
Fields inherited from class org.gljava.opengl.ftgl.FTFont
swigCMemOwn
 
Constructor Summary
protected FTGLBitmapFont()
           
protected FTGLBitmapFont(long cPtr, boolean cMemoryOwn)
           
  FTGLBitmapFont(java.lang.String fontFilePath)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(FTGLBitmapFont obj)
           
 
Methods inherited from class org.gljava.opengl.ftgl.FTFont
advance, advance, ascender, attach, attach, bBox, charMap, charMapCount, charMapList, depth, descender, error, faceSize, faceSize, getBoundingBox, getCPtr, lineHeight, render, useDisplayList
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCPtr

private long swigCPtr
Constructor Detail

FTGLBitmapFont

protected FTGLBitmapFont(long cPtr,
                         boolean cMemoryOwn)

FTGLBitmapFont

protected FTGLBitmapFont()

FTGLBitmapFont

public FTGLBitmapFont(java.lang.String fontFilePath)
               throws FTGLException
Throws:
FTGLException
Method Detail

getCPtr

protected static long getCPtr(FTGLBitmapFont obj)

finalize

protected void finalize()
Overrides:
finalize in class FTFont

delete

public void delete()
Overrides:
delete in class FTFont