[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'TTObjs' (#lazutils)

TSubglyph_Record

Declaration

Source position: ttobjs.pas line 272

type TSubglyph_Record = record

  index: Int;

  is_scaled: Boolean;

  is_hinted: Boolean;

  preserve_pps: Boolean;

  bbox: TT_BBox;

  zone: TGlyph_Zone;

  arg1: Int;

  arg2: Int;

  element_flag: Int;

  transform: TGlyph_Transform;

  file_offset: Long;

  pp1: TT_Vector;

  pp2: TT_Vector;

  advanceWidth: Int;

  leftBearing: Int;

end;

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