Class FontVariationAxis
Information about font variation axes for variable fonts
public sealed class FontVariationAxis
- Inheritance
-
FontVariationAxis
- Inherited Members
Properties
DefaultValue
The default value.
[JsonPropertyName("defaultValue")]
public double DefaultValue { get; set; }
Property Value
MaxValue
The maximum value (inclusive) the font supports for this tag.
[JsonPropertyName("maxValue")]
public double MaxValue { get; set; }
Property Value
MinValue
The minimum value (inclusive) the font supports for this tag.
[JsonPropertyName("minValue")]
public double MinValue { get; set; }
Property Value
Name
Human-readable variation name in the default language (normally, "en").
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Tag
The font-variation-setting tag (a.k.a. "axis tag").
[JsonPropertyName("tag")]
public string Tag { get; set; }