Record TFontPixelMetricF

Hierarchy
Methods
Properties

Unit

Declaration

type TFontPixelMetricF = record

Description

Measurements of a font in floating point values

Overview

Fields

Public Defined: boolean;
Public Baseline: single;
Public xLine: single;
Public CapLine: single;
Public DescentLine: single;
Public Lineheight: single;

Description

Fields

Public Defined: boolean;

The values have been computed

Public Baseline: single;

Position of the baseline, where most letters lie

Public xLine: single;

Position of the top of the small letters (x being one of them)

Public CapLine: single;

Position of the top of the UPPERCASE letters

Public DescentLine: single;

Position of the bottom of letters like g and p

Public Lineheight: single;

Total line height including line spacing defined by the font