org.gljava.opengl.ftgl
Class FTGLExtrdFont

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

public class FTGLExtrdFont
extends FTFont


Field Summary
private  long swigCPtr
           
 
Fields inherited from class org.gljava.opengl.ftgl.FTFont
swigCMemOwn
 
Constructor Summary
protected FTGLExtrdFont()
           
protected FTGLExtrdFont(long cPtr, boolean cMemoryOwn)
           
  FTGLExtrdFont(java.lang.String fontFilePath)
           
  FTGLExtrdFont(SWIGTYPE_p_unsigned_char pBufferBytes, int bufferSizeInBytes)
           
 
Method Summary
 void delete()
           
 void depth(float d)
           
protected  void finalize()
           
protected static long getCPtr(FTGLExtrdFont obj)
           
 
Methods inherited from class org.gljava.opengl.ftgl.FTFont
advance, advance, ascender, attach, attach, bBox, charMap, charMapCount, charMapList, 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

FTGLExtrdFont

protected FTGLExtrdFont(long cPtr,
                        boolean cMemoryOwn)

FTGLExtrdFont

protected FTGLExtrdFont()

FTGLExtrdFont

public FTGLExtrdFont(java.lang.String fontFilePath)

FTGLExtrdFont

public FTGLExtrdFont(SWIGTYPE_p_unsigned_char pBufferBytes,
                     int bufferSizeInBytes)
Method Detail

getCPtr

protected static long getCPtr(FTGLExtrdFont obj)

finalize

protected void finalize()
Overrides:
finalize in class FTFont

delete

public void delete()
Overrides:
delete in class FTFont

depth

public void depth(float d)
Overrides:
depth in class FTFont