public class FontVariationAxis extends Object
| Constructor and Description |
|---|
FontVariationAxis() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDefaultValue()
The default value.
|
Double |
getMaxValue()
The maximum value (inclusive) the font supports for this tag.
|
Double |
getMinValue()
The minimum value (inclusive) the font supports for this tag.
|
String |
getName()
Human-readable variation name in the default language (normally, "en").
|
String |
getTag()
The font-variation-setting tag (a.k.a.
|
void |
setDefaultValue(Double defaultValue)
The default value.
|
void |
setMaxValue(Double maxValue)
The maximum value (inclusive) the font supports for this tag.
|
void |
setMinValue(Double minValue)
The minimum value (inclusive) the font supports for this tag.
|
void |
setName(String name)
Human-readable variation name in the default language (normally, "en").
|
void |
setTag(String tag)
The font-variation-setting tag (a.k.a.
|
public String getTag()
public void setTag(String tag)
public String getName()
public void setName(String name)
public Double getMinValue()
public void setMinValue(Double minValue)
public Double getMaxValue()
public void setMaxValue(Double maxValue)
public Double getDefaultValue()
public void setDefaultValue(Double defaultValue)
Copyright © 2021 Kenan Klisura. All rights reserved.