[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TLCLTextMetric

Represents text metrics used in the LCL.

Declaration

Source position: graphics.pp line 956

type TLCLTextMetric = record

  Ascender: Integer;

  

The portion of a font face above the mean line.

  Descender: Integer;

  

The portion of a font face below the baseline for a font face.

  Height: Integer;

  

Distance between the baseline and the mean line for a font face.

end;

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