Struct
FontTextMetrics

Contains font metrics information for text measurement and rendering calculations.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public struct FontTextMetrics

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Fields

ascent

The ascent of the font, measured from the baseline to the top of characters.

Declaration

cs-api-definition
public int ascent

Field Value

int

aveCharWidth

The average width of characters in the font.

Declaration

cs-api-definition
public int aveCharWidth

Field Value

int

descent

The descent of the font, measured from the baseline to the bottom of characters.

Declaration

cs-api-definition
public int descent

Field Value

int

digitizedAspectX

The horizontal aspect ratio of the device for which the font was designed.

Declaration

cs-api-definition
public int digitizedAspectX

Field Value

int

digitizedAspectY

The vertical aspect ratio of the device for which the font was designed.

Declaration

cs-api-definition
public int digitizedAspectY

Field Value

int

externalLeading

The external leading space recommended between lines.

Declaration

cs-api-definition
public int externalLeading

Field Value

int

height

The total height of the font, including internal leading.

Declaration

cs-api-definition
public int height

Field Value

int

internalLeading

The internal leading space within the font height.

Declaration

cs-api-definition
public int internalLeading

Field Value

int

maxCharWidth

The maximum width of any character in the font.

Declaration

cs-api-definition
public int maxCharWidth

Field Value

int

overhang

The overhang for italic and styled fonts.

Declaration

cs-api-definition
public int overhang

Field Value

int

weight

The weight of the font (thickness of strokes).

Declaration

cs-api-definition
public int weight

Field Value

int