Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
com.b3dgs.lionengine.graphic |
Graphic related package.
|
Modifier and Type | Method and Description |
---|---|
static Text |
Graphics.createText(String fontName,
int size,
TextStyle style)
Crate a text.
|
Text |
FactoryGraphic.createText(String fontName,
int size,
TextStyle style)
Crate a text.
|
Modifier and Type | Method and Description |
---|---|
static TextStyle |
TextStyle.valueOf(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.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.