org.gljava.opengl.ftgl

Class FTGLOutlineFont

public class FTGLOutlineFont extends FTFont

Field Summary
longswigCPtr
Constructor Summary
protected FTGLOutlineFont(long cPtr, boolean cMemoryOwn)
FTGLOutlineFont(String fontFilePath)
FTGLOutlineFont(SWIGTYPE_p_unsigned_char pBufferBytes, long bufferSizeInBytes)
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(FTGLOutlineFont obj)
voidRender(String string)
voidRender(SWIGTYPE_p_wchar_t string)

Field Detail

swigCPtr

private long swigCPtr

Constructor Detail

FTGLOutlineFont

protected FTGLOutlineFont(long cPtr, boolean cMemoryOwn)

FTGLOutlineFont

public FTGLOutlineFont(String fontFilePath)

FTGLOutlineFont

public FTGLOutlineFont(SWIGTYPE_p_unsigned_char pBufferBytes, long bufferSizeInBytes)

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(FTGLOutlineFont obj)

Render

public void Render(String string)

Render

public void Render(SWIGTYPE_p_wchar_t string)