InterFontCollection Class
Definition
Namespace: Avalonia.Fonts.Inter
Assembly: Avalonia.Fonts.Inter (in Avalonia.Fonts.Inter.dll)
- C#
- VB
- F#
public sealed class InterFontCollection : EmbeddedFontCollection
Public NotInheritable Class InterFontCollection
Inherits EmbeddedFontCollection
[<SealedAttribute>]
type InterFontCollection =
class
inherit EmbeddedFontCollection
end
Inheritance | Object → FontCollectionBase → EmbeddedFontCollection → InterFontCollection |
Constructors
InterFontCollection() | Initializes a new instance of the InterFontCollection class |
Properties
Count | (Inherited from EmbeddedFontCollection) |
Item(Int32) | (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) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns 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) |