Class FontVariationAxis

java.lang.Object
org.openqa.selenium.devtools.v127.css.model.FontVariationAxis

public class FontVariationAxis extends Object
Information about font variation axes for variable fonts
  • Constructor Details

  • Method Details

    • getTag

      public String getTag()
      The font-variation-setting tag (a.k.a. "axis tag").
    • getName

      public String getName()
      Human-readable variation name in the default language (normally, "en").
    • getMinValue

      public Number getMinValue()
      The minimum value (inclusive) the font supports for this tag.
    • getMaxValue

      public Number getMaxValue()
      The maximum value (inclusive) the font supports for this tag.
    • getDefaultValue

      public Number getDefaultValue()
      The default value.