S or /

SourceClass FontVariationAxis

from egui import FontVariationAxis
class FontVariationAxis:

A single variation axis of a variable font, e.g. weight (wght) or width (wdth).

Obtained via FontData.variation_axes.

Properties§

@property def default_value(self, /) -> float§
@property def hidden(self, /) -> bool§
@property def name(self, /) -> str |None§
@property def range(self, /) -> Rangef§
@property def tag(self, /) -> str§