| Modifier and Type | Field and Description |
|---|---|
Font.Style |
Font.style
The style of this font.
|
| Modifier and Type | Method and Description |
|---|---|
static Font.Style |
Font.Style.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.Style[] |
Font.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TextFormat |
TextFormat.withFont(java.lang.String name,
Font.Style style,
float size)
Returns a clone of this text format with the font configured as specified.
|
| Constructor and Description |
|---|
Font(java.lang.String name,
Font.Style style,
float size)
Creates a font as specified.
|
Copyright © 2018. All Rights Reserved.