org.gljava.opengl.ftgl

Class FTFace

public class FTFace extends Object

Field Summary
protected booleanswigCMemOwn
longswigCPtr
Constructor Summary
protected FTFace(long cPtr, boolean cMemoryOwn)
protected FTFace()
FTFace(String fontFilePath)
FTFace(SWIGTYPE_p_unsigned_char pBufferBytes, int bufferSizeInBytes)
Method Summary
booleanAttach(String fontFilePath)
booleanAttach(SWIGTYPE_p_unsigned_char pBufferBytes, int bufferSizeInBytes)
longCharMapCount()
SWIGTYPE_p_FT_EncodingCharMapList()
voiddelete()
intError()
protected voidfinalize()
SWIGTYPE_p_FT_FaceFace()
protected static longgetCPtr(FTFace obj)
SWIGTYPE_p_FT_GlyphSlotGlyph(long index, SWIGTYPE_p_FT_Int load_flags)
longGlyphCount()
SWIGTYPE_p_FTPointKernAdvance(long index1, long index2)
SWIGTYPE_p_FTSizeSize(long size, long res)

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

swigCPtr

private long swigCPtr

Constructor Detail

FTFace

protected FTFace(long cPtr, boolean cMemoryOwn)

FTFace

protected FTFace()

FTFace

public FTFace(String fontFilePath)

FTFace

public FTFace(SWIGTYPE_p_unsigned_char pBufferBytes, int bufferSizeInBytes)

Method Detail

Attach

public boolean Attach(String fontFilePath)

Attach

public boolean Attach(SWIGTYPE_p_unsigned_char pBufferBytes, int bufferSizeInBytes)

CharMapCount

public long CharMapCount()

CharMapList

public SWIGTYPE_p_FT_Encoding CharMapList()

delete

public void delete()

Error

public int Error()

finalize

protected void finalize()

Face

public SWIGTYPE_p_FT_Face Face()

getCPtr

protected static long getCPtr(FTFace obj)

Glyph

public SWIGTYPE_p_FT_GlyphSlot Glyph(long index, SWIGTYPE_p_FT_Int load_flags)

GlyphCount

public long GlyphCount()

KernAdvance

public SWIGTYPE_p_FTPoint KernAdvance(long index1, long index2)

Size

public SWIGTYPE_p_FTSize Size(long size, long res)