Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TLCLTextMetric

Represents text metrics used in the LCL.

Declaration

Source position: graphics.pp line 996

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;



CT Web help

CodeTyphon Studio