GetFontFeatures Method
Gets the value of the attached FontFeaturesProperty on a control.
Definition
Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static FontFeatureCollection? GetFontFeatures(
Control control
)
Public Shared Function GetFontFeatures (
control As Control
) As FontFeatureCollection
static member GetFontFeatures :
control : Control -> FontFeatureCollection
Parameters
- Control
- The control.
Return Value
FontFeatureCollection
The font family.