Record TFontPixelMetricF
Unit
Declaration
type TFontPixelMetricF = record
Description
Measurements of a font in floating point values
Overview
Fields
Defined: boolean; |
|
Baseline: single; |
|
xLine: single; |
|
CapLine: single; |
|
DescentLine: single; |
|
Lineheight: single; |
Description
Fields
Defined: boolean; |
|
The values have been computed |
Baseline: single; |
|
Position of the |
xLine: single; |
|
Position of the top of the small letters (x being one of them) |
CapLine: single; |
|
Position of the top of the UPPERCASE letters |
DescentLine: single; |
|
Position of the bottom of letters like g and p |
Lineheight: single; |
|
Total line height including line spacing defined by the font |