Class FontFamily
Represents a family of related fonts.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class FontFamily
Constructors
FontFamily()
Initializes a new instance of an anonymous System.
Declaration
public FontFamily()
FontFamily(String)
Initializes a new instance of the System.
Declaration
public FontFamily(string familyName)
Parameters
System. The family name or names that comprise the new System. |
Exceptions
System.
|
Properties
Source
Gets the font family name that is used to construct the System.
Declaration
public string Source { get; }
Property Value
System. The font family name of the System. |
Methods
Equals(Object)
Gets a value that indicates whether the current font family object and the specified font family object are the same.
Declaration
public override bool Equals(object o)
Parameters
System. The System. |
Returns
System. true if |
Overrides
GetHashCode()
Serves as a hash function for System.
Declaration
public override int GetHashCode()
Returns
System. An System. |
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
Operators
Implicit(FontFamily to FontFamily)
Declaration
public static implicit operator FontFamily(FontFamily family)
Parameters
Font
|
Returns
System.
|