pub fn font_features(
child: impl IntoUiNode,
features: impl IntoVar<FontFeatures>,
) -> UiNodeExpand description
P Sets font features.
Note: This property fully replaces the font variations for the widget and descendants, use with_font_variation
to create a property that sets a variation but retains others from the context.