TextElementSetFontFeatures Method

Sets the value of the attached FontFeaturesProperty on a control.

Definition

Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetFontFeatures(
	Control control,
	FontFeatureCollection? value
)

Parameters

control  Control
The control.
value  FontFeatureCollection
The property value to set.

See Also