[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.FontInfo

FontInfo Class

Represents font information.

Inheritance
FontInfo
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class FontInfo

Constructors

Name Description
FontInfo(string, float)

Initializes a new instance of the FontInfo class with specified font family and size.

FontInfo(string, float, FontStyle, FontWeight, FontDecoration)

Initializes a new instance of the FontInfo class with specified font family, size, style, weight, and decoration.

FontInfo(string, float, string, string, string)

Initializes a new instance of the FontInfo class with specified font family, size, style, weight, and decoration as strings.

Fields

Name Description
Decoration

Gets the font decoration.

Family

Gets the font family name.

Size

Gets the font size in points.

Style

Gets the font style.

Weight

Gets the font weight.

Methods

Name Description
Equals(object)
GetHashCode()
ToString()

Extension Methods