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

TT_Big_Glyph_Metrics

Declaration

Source position: tttypes.pas line 151

type TT_Big_Glyph_Metrics = record

  bbox: TT_BBox;

  

  horiBearingX: TT_Pos;

  

  horiBearingY: TT_Pos;

  

  horiAdvance: TT_Pos;

  

  vertBearingX: TT_Pos;

  

  vertBearingY: TT_Pos;

  

  vertAdvance: TT_Pos;

  

end;

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