FontParameters.Variation.Axis
- class Axis
Methods
Return whether this axis is recommended to be remain hidden in user interfaces.
Set this axis to be remain hidden in user interfaces.
Attributes
Default value set by this axis.
Maximum value supported by this axis.
Minimum value supported by this axis.
Four character identifier of the font axis (weight, width, slant, italic...).
Methods
- Axis.__init__(self: skia.FontParameters.Variation.Axis) None
- Axis.isHidden(self: skia.FontParameters.Variation.Axis) bool
Return whether this axis is recommended to be remain hidden in user interfaces.
- Axis.setHidden(self: skia.FontParameters.Variation.Axis, hidden: bool) None
Set this axis to be remain hidden in user interfaces.
Attributes
- Axis.def
Default value set by this axis.
- Axis.max
Maximum value supported by this axis. The maximum can equal the minimum.
- Axis.min
Minimum value supported by this axis.
- Axis.tag
Four character identifier of the font axis (weight, width, slant, italic…).