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