Function zng_wgt_text::font_features
source ยท pub fn font_features(
child: impl UiNode,
features: impl IntoVar<FontFeatures>,
) -> impl UiNode
Expand 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.