FamilyNameCollection Class

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public sealed class FamilyNameCollection : IReadOnlyList<string>, 
	IEnumerable<string>, IEnumerable, IReadOnlyCollection<string>
Inheritance
Object    FamilyNameCollection
Implements
IEnumerableString, IReadOnlyCollectionString, IReadOnlyListString, IEnumerable

Properties

Count 
HasFallbacks Gets a value indicating whether fallbacks are defined.
ItemInt32 
PrimaryFamilyName Gets the primary family name.

Methods

Equals(Object) Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object))
GetEnumerator Returns an enumerator for the name collection.
GetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

Operators

See Also