FontFamilyKey Class

Represents an identifier for a FontFamily

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public class FontFamilyKey
Inheritance
Object    FontFamilyKey

Properties

BaseUri A base URI to use if Source is relative
Source Source of stored font asset that belongs to a FontFamily

Methods

Equals(Object) Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

Operators

See Also