-
public final class FontVariationAxisInformation about font variation axes for variable fonts
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Doublecomponent3()final Doublecomponent4()final Doublecomponent5()final FontVariationAxiscopy(String tag, String name, Double minValue, Double maxValue, Double defaultValue)final StringgetTag()The font-variation-setting tag (a.k.a. final StringgetName()Human-readable variation name in the default language (normally, "en"). final DoublegetMinValue()The minimum value (inclusive) the font supports for this tag. final DoublegetMaxValue()The maximum value (inclusive) the font supports for this tag. final DoublegetDefaultValue()The default value. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Double component3()
-
component4
final Double component4()
-
component5
final Double component5()
-
copy
final FontVariationAxis copy(String tag, String name, Double minValue, Double maxValue, Double defaultValue)
-
getName
final String getName()
Human-readable variation name in the default language (normally, "en").
-
getMinValue
final Double getMinValue()
The minimum value (inclusive) the font supports for this tag.
-
getMaxValue
final Double getMaxValue()
The maximum value (inclusive) the font supports for this tag.
-
getDefaultValue
final Double getDefaultValue()
The default value.
-
-
-
-