Package de.intarsys.cwt.freetype.nativec
Class _FTNI
java.lang.Object
de.intarsys.cwt.freetype.nativec._FTNI
The freetype native interface wrapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintDoneFreeType(FTLibrary library) intGetCharIndex(FTFace face, int code) intGetFirstChar(FTFace face) intGetNameIndex(FTFace face, String name) GetPostscriptName(FTFace face) intGetSfntName(FTFace face, int index, FTSfntName sfntName) intGetSfntNameCount(FTFace face) intInitFreeType(de.intarsys.nativec.type.NativeReference refLibrary) intintintNewFace(FTLibrary library, String name, int index, de.intarsys.nativec.type.NativeReference refFace) intNewMemoryFace(FTLibrary library, de.intarsys.nativec.type.NativeBuffer buffer, int fontIndex, de.intarsys.nativec.type.NativeReference refFace) intRenderGlyph(FTGlyphSlot glyph, int flags) intSelectCharMap(FTFace face, FTEnum encoding) intSetCharMap(FTFace face, FTCharMap map) intSetCharSize(FTFace face, int width, int height, int hRes, int vRes)
-
Constructor Details
-
_FTNI
public _FTNI()
-
-
Method Details
-
DoneFace
-
DoneFreeType
-
GetCharIndex
-
GetFirstChar
-
GetNameIndex
-
GetPostscriptName
-
GetSfntName
-
GetSfntNameCount
-
InitFreeType
public int InitFreeType(de.intarsys.nativec.type.NativeReference refLibrary) -
LoadChar
-
LoadGlyph
-
NewFace
-
NewMemoryFace
public int NewMemoryFace(FTLibrary library, de.intarsys.nativec.type.NativeBuffer buffer, int fontIndex, de.intarsys.nativec.type.NativeReference refFace) -
RenderGlyph
-
SelectCharMap
-
SetCharMap
-
SetCharSize
-