Class FontFamilyInfo
Inheritance
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FontFamilyInfo : FontFamily
Constructors
FontFamilyInfo(FontFamily, String)
Initializes a new instance of the Font
Declaration
public FontFamilyInfo(FontFamily fontFamily, string displayName = null)
Parameters
System. The font family. |
System. The display name. |
Properties
DisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
System. The display name. |
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. |
Equals(FontFamilyInfo)
Declaration
public bool Equals(FontFamilyInfo value)
Parameters
Font
|
Returns
System.
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
ToString()
Returns a string representation of this Font
Declaration
public override string ToString()
Returns
System. The input font family string. |