[Overview][Constants][Types][Classes][Index] Reference for unit 'TTTypes' (#lazutils)

TT_Outline

Declaration

Source position: tttypes.pas line 120

type TT_Outline = record

  n_points: Integer;

  

  n_contours: Integer;

  

  points: TT_Points;

  

  flags: TT_PTouchTable;

  

  conEnds: TT_PConStarts;

  

  owner: Boolean;

  

  high_precision: Boolean;

  

  second_pass: Boolean;

  

  dropout_mode: Byte;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.