data class FontVariationAxis
Information about font variation axes for variable fonts
<init> |
Information about font variation axes for variable fonts FontVariationAxis(tag: String, name: String, minValue: Double, maxValue: Double, defaultValue: Double) |
defaultValue |
The default value. val defaultValue: Double |
maxValue |
The maximum value (inclusive) the font supports for this tag. val maxValue: Double |
minValue |
The minimum value (inclusive) the font supports for this tag. val minValue: Double |
name |
Human-readable variation name in the default language (normally, "en"). val name: String |
tag |
The font-variation-setting tag (a.k.a. "axis tag"). val tag: String |