[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents text metrics used in the LCL.
Source position: graphics.pp line 974
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; |
Version 4.0 | Generated 2025-05-03 | Home |