FontCollectionKey Constructor
Initializes a new instance of the FontCollectionKey class
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public FontCollectionKey(
FontStyle Style,
FontWeight Weight,
FontStretch Stretch
)
Public Sub New (
Style As FontStyle,
Weight As FontWeight,
Stretch As FontStretch
)
new :
Style : FontStyle *
Weight : FontWeight *
Stretch : FontStretch -> FontCollectionKey