org.gljava.opengl.ftgl
Class FTGLOutlineFont

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

public class FTGLOutlineFont
extends FTFont


Field Summary
private  long swigCPtr
           
 
Fields inherited from class org.gljava.opengl.ftgl.FTFont
swigCMemOwn
 
Constructor Summary
protected FTGLOutlineFont()
           
protected FTGLOutlineFont(long cPtr, boolean cMemoryOwn)
           
  FTGLOutlineFont(java.lang.String fontFilePath)
           
  FTGLOutlineFont(SWIGTYPE_p_unsigned_char pBufferBytes, int bufferSizeInBytes)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(FTGLOutlineFont obj)
           
 void Render(java.lang.String string)
           
 void Render(SWIGTYPE_p_wchar_t string)
           
 
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

FTGLOutlineFont

protected FTGLOutlineFont(long cPtr,
                          boolean cMemoryOwn)

FTGLOutlineFont

protected FTGLOutlineFont()

FTGLOutlineFont

public FTGLOutlineFont(java.lang.String fontFilePath)

FTGLOutlineFont

public FTGLOutlineFont(SWIGTYPE_p_unsigned_char pBufferBytes,
                       int bufferSizeInBytes)
Method Detail

getCPtr

protected static long getCPtr(FTGLOutlineFont obj)

finalize

protected void finalize()
Overrides:
finalize in class FTFont

delete

public void delete()
Overrides:
delete in class FTFont

Render

public void Render(java.lang.String string)

Render

public void Render(SWIGTYPE_p_wchar_t string)