TGlyphInfo

TGlyphInfo = record
codepoint : Cardinal;
glyphIdx : WORD;
unitsPerEm : Integer;
glyf : TFontTable_Glyf;
htmx : TFontTable_Hmtx;
kernList : TArrayOfTKern;
paths : TPathsD;
end;

This is a custom (Image32 library defined) record.

See Also

TArrayOfTKern, TFontTable_Glyf, TFontTable_Hmtx