Class | Description |
---|---|
_FTNI |
The freetype native interface wrapper.
|
FTBBox |
typedef struct FT_BBox_
{
FT_Pos xMin, yMin;
FT_Pos xMax, yMax;
} FT_BBox
|
FTBBox.MetaClass |
The meta class implementation
|
FTBitmap | |
FTBitmap.MetaClass |
The meta class implementation
|
FTBitmapGlyph | |
FTBitmapGlyph.MetaClass |
The meta class implementation
|
FTBitmapSize |
This structure models the size of a bitmap strike (i.e., a bitmap instance of
the font for a given resolution) in a fixed-size font face.
|
FTBitmapSize.MetaClass |
The meta class implementation
|
FTCharMap |
The base charmap structure.
|
FTCharMap.MetaClass |
The meta class implementation
|
FTData |
typedef struct FT_BBox_ { FT_Pos xMin, yMin; FT_Pos xMax, yMax; } FT_BBox
|
FTData.MetaClass |
The meta class implementation
|
FTEnum | |
FTEnum.MetaClass |
The meta class implementation
|
FTFace |
FreeType root face class structure.
|
FTFace.MetaClass |
The meta class implementation
|
FTFixed | |
FTFixed.MetaClass |
The meta class implementation
|
FTGeneric | |
FTGeneric.MetaClass |
The meta class implementation
|
FTGlyph |
The root glyph structure contains a given glyph image plus its advance width
in 16.16 fixed float format.
|
FTGlyph.MetaClass |
The meta class implementation
|
FTGlyphMetrics |
A structure used to model the metrics of a single glyph.
|
FTGlyphMetrics.MetaClass |
The meta class implementation
|
FTGlyphSlot |
FreeType root glyph slot class structure.
|
FTGlyphSlot.MetaClass |
The meta class implementation
|
FTLibrary |
A handle to a FreeType library instance.
|
FTLibrary.MetaClass |
The meta class implementation
|
FTMatrix |
Read-only binary data represented as a pointer and a length.
|
FTMatrix.MetaClass |
The meta class implementation
|
FTOpenArgs |
A structure used to indicate how to open a new font file/stream.
|
FTOpenArgs.MetaClass |
The meta class implementation
|
FTOutline | |
FTOutline.MetaClass |
The meta class implementation
|
FTOutlineGlyph |
A structure used for outline (vectorial) glyph images.
|
FTOutlineGlyph.MetaClass |
The meta class implementation
|
FTParameter |
A simple structure used to pass more or less generic parameters to
FT_Open_Face.
|
FTParameter.MetaClass |
The meta class implementation
|
FTPos | |
FTPos.MetaClass |
The meta class implementation
|
FTSfntName |
typedef struct FT_SfntName_
{
FT_UShort platform_id;
FT_UShort encoding_id;
FT_UShort language_id;
FT_UShort name_id;
FT_Byte* string; // this string is *not* null-terminated!
FT_UInt string_len; // in bytes
} FT_SfntName;
|
FTSfntName.MetaClass |
The meta class implementation
|
FTSize |
The size metrics structure returned scaled important distances for a given
size object.
|
FTSize.MetaClass |
The meta class implementation
|
FTSizeMetrics |
The size metrics structure returned scaled important distances for a given
size object.
|
FTSizeMetrics.MetaClass |
The meta class implementation
|
FTVector |
This is moved to primitive for performance reasons.
|
FTVector.MetaClass |
The meta class implementation
|
Exception | Description |
---|---|
FreetypeNativeException |