Struct VariationAxis
- Namespace
- SixLabors.Fonts.Tables.AdvancedTypographic.Variations
- Assembly
- SixLabors.Fonts.dll
public readonly struct VariationAxis
- Inherited Members
Properties
Default
Gets the default coordinate value for the axis.
public float Default { get; init; }
Property Value
Max
Gets the maximum coordinate value for the axis.
public float Max { get; init; }
Property Value
Min
Gets the minimum coordinate value for the axis.
public float Min { get; init; }
Property Value
Name
Gets the name of the axes.
public string Name { get; init; }
Property Value
Tag
Gets tag identifying the design variation for the axis.
public string Tag { get; init; }