Unit 'feFontEngine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

FE_Outline

Declaration

Source position: fefontengine.pas line 245

type FE_Outline = record

  n_points: Integer;

  

  n_contours: Integer;

  

  points: FE_Points;

  

  flags: FE_PTouchTable;

  

  conEnds: FE_PConstarts;

  

  owner: Boolean;

  

  high_precision: Boolean;

  

  second_pass: Boolean;

  

  dropout_mode: Byte;

  

end;



CT Web help

CodeTyphon Studio