Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
static TextStyle |
TextStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextStyle[] |
TextStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Text |
UtilityImage.createText(java.lang.String fontName,
int size,
TextStyle style)
Crate a text.
|