Class FontProperties
Represents fonts properties class.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.SyntaxEditor.Core.Fonts
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class FontProperties
Constructors
FontProperties(FontFamily)
Initializes a new instance of the Font
Declaration
public FontProperties(FontFamily fontFamily)
Parameters
Font The font family. |
FontProperties(FontFamily, FontStyle, FontWeight)
Initializes a new instance of the Font
Declaration
public FontProperties(FontFamily fontFamily, FontStyle fontStyle, FontWeight fontWeight)
Parameters
Font The font family. |
Font The font style. |
Font The font weight. |
Properties
FontFamily
Gets the font family.
Declaration
public FontFamily FontFamily { get; }
Property Value
Font The font family. |
FontFamilyName
Gets font family name.
Declaration
public string FontFamilyName { get; }
Property Value
System. The name of the font family. |
FontStyle
Gets the font style.
Declaration
public FontStyle FontStyle { get; }
Property Value
Font The font style. |
FontWeight
Gets the font weight.
Declaration
public FontWeight FontWeight { get; }
Property Value
Font The font weight. |
IsMonoSpaced
Gets if font is mono spaced.
Declaration
public bool IsMonoSpaced { get; }
Property Value
System. The is mono spaced. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |