ClassFontFamily
Class
Identifies a font family by its source name for use across document rendering and measurement routines.
Definition
Namespace:Telerik.Documents.Core.Fonts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public class FontFamily
Inheritance: objectFontFamily
Constructors
FontFamily(string)
Initializes a new instance of the FontFamily class.
Properties
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for the current object.
Overrides
ToString()
Return familyName if there is one or String.Empty for unnamed font family.