Table of Contents

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

float

Max

Gets the maximum coordinate value for the axis.

public float Max { get; init; }

Property Value

float

Min

Gets the minimum coordinate value for the axis.

public float Min { get; init; }

Property Value

float

Name

Gets the name of the axes.

public string Name { get; init; }

Property Value

string

Tag

Gets tag identifying the design variation for the axis.

public string Tag { get; init; }

Property Value

string