public interface FontName
| Modifier and Type | Method and Description |
|---|---|
static FontName |
of(java.lang.String value)
Returns the
FontName instance for the given value. |
default java.lang.String |
value()
Returns a string that represents the font name.
|
static FontName of(java.lang.String value)
FontName instance for the given value.java.lang.IllegalArgumentException - when value is empty or blankdefault java.lang.String value()