Class FontVariationAxis
java.lang.Object
org.openqa.selenium.devtools.v125.css.model.FontVariationAxis
Information about font variation axes for variable fonts
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe default value.The maximum value (inclusive) the font supports for this tag.The minimum value (inclusive) the font supports for this tag.getName()Human-readable variation name in the default language (normally, "en").getTag()The font-variation-setting tag (a.k.a. 
- 
Constructor Details
- 
FontVariationAxis
 
 - 
 - 
Method Details
- 
getTag
The font-variation-setting tag (a.k.a. "axis tag"). - 
getName
Human-readable variation name in the default language (normally, "en"). - 
getMinValue
The minimum value (inclusive) the font supports for this tag. - 
getMaxValue
The maximum value (inclusive) the font supports for this tag. - 
getDefaultValue
The default value. 
 -