InterFontCollection Class

Definition

Namespace: Avalonia.Fonts.Inter
Assembly: Avalonia.Fonts.Inter (in Avalonia.Fonts.Inter.dll) Version: 11.3.999
public sealed class InterFontCollection : EmbeddedFontCollection
Inheritance
Object    FontCollectionBase    EmbeddedFontCollection    InterFontCollection

Constructors

InterFontCollectionInitializes a new instance of the InterFontCollection class

Properties

Count
(Inherited from EmbeddedFontCollection)
Item
(Inherited from EmbeddedFontCollection)
Key
(Inherited from EmbeddedFontCollection)

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator
(Inherited from EmbeddedFontCollection)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize(IFontManagerImpl)
(Inherited from EmbeddedFontCollection)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetGlyphTypeface(String, FontStyle, FontWeight, FontStretch, IGlyphTypeface)
(Inherited from EmbeddedFontCollection)
TryMatchCharacter(Int32, FontStyle, FontWeight, FontStretch, String, CultureInfo, Typeface)
(Inherited from FontCollectionBase)

See Also