FT_SubGlyph typedef

FT_SubGlyph = Pointer<FT_SubGlyphRec_>

@struct: FT_SubGlyph

@description: The subglyph structure is an internal object used to describe subglyphs (for example, in the case of composites).

@note: The subglyph implementation is not part of the high-level API, hence the forward structure declaration.

You can however retrieve subglyph information with @FT_Get_SubGlyph_Info.

Implementation

typedef FT_SubGlyph = ffi.Pointer<FT_SubGlyphRec_>;