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

TGlyph

Declaration

Source position: ttobjs.pas line 665

type TGlyph = record

  face: PFace;

  metrics: TT_Big_Glyph_Metrics;

  outline: TT_Outline;

  computed_width: Int;

  precalc_width: Int;

  is_composite: Boolean;

end;

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