org.gljava.opengl.ftgl

Class FTGLPixmapFont

public class FTGLPixmapFont extends FTFont

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

Field Detail

swigCPtr

private long swigCPtr

Constructor Detail

FTGLPixmapFont

protected FTGLPixmapFont(long cPtr, boolean cMemoryOwn)

FTGLPixmapFont

public FTGLPixmapFont(String fontFilePath)

FTGLPixmapFont

public FTGLPixmapFont(SWIGTYPE_p_unsigned_char pBufferBytes, long bufferSizeInBytes)

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(FTGLPixmapFont obj)

render

public void render(String string)

render

public void render(SWIGTYPE_p_wchar_t string)