FontCollectionKey Structure
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct FontCollectionKey : IEquatable<FontCollectionKey>
Public Structure FontCollectionKey
Implements IEquatable(Of FontCollectionKey)
[<SealedAttribute>]
type FontCollectionKey =
struct
inherit ValueType
interface IEquatable<FontCollectionKey>
end
| Inheritance | Object → ValueType → FontCollectionKey |
| Implements | IEquatable(FontCollectionKey) |
Constructors
| FontCollectionKey(FontStyle, FontWeight, FontStretch) | Initializes a new instance of the FontCollectionKey class |
Properties
| Stretch | |
| Style | |
| Weight |
Methods
| GetType() | Gets the Type of the current instance. (Inherited from Object) |