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