org.gljava.opengl.ftgl

Class FTGLTextureFont

public class FTGLTextureFont extends FTFont

Field Summary
longswigCPtr
Constructor Summary
FTGLTextureFont(long cPtr, boolean cMemoryOwn)
FTGLTextureFont(String fontFilePath)
FTGLTextureFont(SWIGTYPE_p_unsigned_char pBufferBytes, long bufferSizeInBytes)
Method Summary
voiddelete()
booleanfaceSize(long size, long res)
booleanfaceSize(long size)
protected voidfinalize()
static longgetCPtr(FTGLTextureFont obj)
voidrender(String string)
voidrender(SWIGTYPE_p_wchar_t string)

Field Detail

swigCPtr

private long swigCPtr

Constructor Detail

FTGLTextureFont

public FTGLTextureFont(long cPtr, boolean cMemoryOwn)

FTGLTextureFont

public FTGLTextureFont(String fontFilePath)

FTGLTextureFont

public FTGLTextureFont(SWIGTYPE_p_unsigned_char pBufferBytes, long bufferSizeInBytes)

Method Detail

delete

public void delete()

faceSize

public boolean faceSize(long size, long res)

faceSize

public boolean faceSize(long size)

finalize

protected void finalize()

getCPtr

public static long getCPtr(FTGLTextureFont obj)

render

public void render(String string)

render

public void render(SWIGTYPE_p_wchar_t string)