All Classes and Interfaces

Class
Description
 
 
 
 
 
typedef struct FT_BBox_ { FT_Pos xMin, yMin; FT_Pos xMax, yMax; } FT_BBox
The meta class implementation
 
The meta class implementation
 
The meta class implementation
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.
The meta class implementation
The base charmap structure.
The meta class implementation
typedef struct FT_BBox_ { FT_Pos xMin, yMin; FT_Pos xMax, yMax; } FT_BBox
The meta class implementation
 
The meta class implementation
FreeType root face class structure.
The meta class implementation
 
The meta class implementation
 
The meta class implementation
The root glyph structure contains a given glyph image plus its advance width in 16.16 fixed float format.
The meta class implementation
A structure used to model the metrics of a single glyph.
The meta class implementation
FreeType root glyph slot class structure.
The meta class implementation
A handle to a FreeType library instance.
The meta class implementation
Read-only binary data represented as a pointer and a length.
The meta class implementation
A structure used to indicate how to open a new font file/stream.
The meta class implementation
 
The meta class implementation
A structure used for outline (vectorial) glyph images.
The meta class implementation
A simple structure used to pass more or less generic parameters to FT_Open_Face.
The meta class implementation
 
The meta class implementation
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;
The meta class implementation
The size metrics structure returned scaled important distances for a given size object.
The meta class implementation
The size metrics structure returned scaled important distances for a given size object.
The meta class implementation
This is moved to primitive for performance reasons.
The meta class implementation
 
 
 
 
 
 
The freetype native interface wrapper.