New to Telerik UI for WinFormsStart a free 30-day trial

Contains font metrics information for text measurement and rendering calculations.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public struct FontTextMetrics

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

Fields

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

C#
public int ascent

The average width of characters in the font.

C#
public int aveCharWidth

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

C#
public int descent

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

C#
public int digitizedAspectX

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

C#
public int digitizedAspectY

The external leading space recommended between lines.

C#
public int externalLeading

The total height of the font, including internal leading.

C#
public int height

The internal leading space within the font height.

C#
public int internalLeading

The maximum width of any character in the font.

C#
public int maxCharWidth

The overhang for italic and styled fonts.

C#
public int overhang

The weight of the font (thickness of strokes).

C#
public int weight