pub fn font_variations(
child: impl IntoUiNode,
variations: impl IntoVar<FontVariations>,
) -> UiNodeExpand description
P Sets font variations.
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.