org.gljava.opengl.ftgl
Class FTGLTextureFont

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

public class FTGLTextureFont
extends FTFont


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

FTGLTextureFont

protected FTGLTextureFont(long cPtr,
                          boolean cMemoryOwn)

FTGLTextureFont

protected FTGLTextureFont()

FTGLTextureFont

public FTGLTextureFont(java.lang.String fontFilePath)

FTGLTextureFont

public FTGLTextureFont(SWIGTYPE_p_unsigned_char pBufferBytes,
                       int bufferSizeInBytes)
Method Detail

getCPtr

protected static long getCPtr(FTGLTextureFont obj)

finalize

protected void finalize()
Overrides:
finalize in class FTFont

delete

public void delete()
Overrides:
delete in class FTFont

faceSize

public boolean faceSize(long size,
                        long res)
Overrides:
faceSize in class FTFont

render

public void render(java.lang.String string)
Overrides:
render in class FTFont

render

public void render(SWIGTYPE_p_wchar_t string)