Source position: libfreetype.inc line 215
type FT_Outline = record
n_contours: SmallInt;
n_points: SmallInt;
points: PFT_Vector;
tags: pchar;
contours: ;
flags: Integer;
end;