FontTextMetrics
Struct
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
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 internal leading space within the font height.
C#
public int internalLeading
The maximum width of any character in the font.
C#
public int maxCharWidth