FontProperties
Class
Represents fonts properties class.
Definition
Namespace:Telerik.WinForms.Spreadsheet.Documents.Core.Fonts
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class FontProperties
Inheritance: objectFontProperties
Constructors
Initializes a new instance of the FontProperties class.
C#
public FontProperties(FontFamily fontFamily, FontStyle fontStyle, FontWeight fontWeight)
The font family.
fontStyleFontStyleThe font style.
fontWeightFontWeightThe font weight.
Initializes a new instance of the FontProperties class.
Properties
Gets the font family.
C#
public FontFamily FontFamily { get; }
The font family.
Gets font family name.
C#
public string FontFamilyName { get; }
The name of the font family.
Gets the font style.
C#
public FontStyle FontStyle { get; }
The font style.
Gets the font weight.
C#
public FontWeight FontWeight { get; }
The font weight.
Gets if font is mono spaced.
C#
public bool IsMonoSpaced { get; }
The is mono spaced.