Version

Search Results

Style Property (FontHashKey)

Gets the style of the font. Syntax

FontHashKey Constructor

Initializes a new instance of the Infragistics.Documents.Reports.Graphics.HashKey class. Syntax Parameters name The name of the font.size The size of the font, in points.style The style with which the font should be rendered.

FontMetrics Class

Represents the metrics used to calculate font sizing. Syntax

FontMetrics Class Members

Public Constructors Public Properties

FontMetrics Class Properties

Public Properties

Ascent Property

Gets or sets the maximum unaccented height of the font. Syntax

Descent Property

Gets or sets the maximum unaccented depth of the font. Syntax

Height Property (FontMetrics)

Gets or sets the required height of the font that would allow room for all possible characters. Syntax

FontMetrics Constructor

Initializes a new instance of the FontMetrics class. Syntax Parameters ascent The maximum unaccented height of the font.descent The maximum unaccented depth of the font.height The required height of the font that would allow room for all possible characters.

FontPreferences Class

Represents font preferences. Syntax