Struct FontTextMetrics
Contains font metrics information for text measurement and rendering calculations.
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public struct FontTextMetrics
Fields
ascent
The ascent of the font, measured from the baseline to the top of characters.
Declaration
public int ascent
Field Value
System.Int32
|
aveCharWidth
The average width of characters in the font.
Declaration
public int aveCharWidth
Field Value
System.Int32
|
descent
The descent of the font, measured from the baseline to the bottom of characters.
Declaration
public int descent
Field Value
System.Int32
|
digitizedAspectX
The horizontal aspect ratio of the device for which the font was designed.
Declaration
public int digitizedAspectX
Field Value
System.Int32
|
digitizedAspectY
The vertical aspect ratio of the device for which the font was designed.
Declaration
public int digitizedAspectY
Field Value
System.Int32
|
externalLeading
The external leading space recommended between lines.
Declaration
public int externalLeading
Field Value
System.Int32
|
height
The total height of the font, including internal leading.
Declaration
public int height
Field Value
System.Int32
|
internalLeading
The internal leading space within the font height.
Declaration
public int internalLeading
Field Value
System.Int32
|
maxCharWidth
The maximum width of any character in the font.
Declaration
public int maxCharWidth
Field Value
System.Int32
|
overhang
The overhang for italic and styled fonts.
Declaration
public int overhang
Field Value
System.Int32
|
weight
The weight of the font (thickness of strokes).
Declaration
public int weight
Field Value
System.Int32
|