Package | Description |
---|---|
net.risingworld.api.gui | |
net.risingworld.api.worldelements |
Modifier and Type | Method and Description |
---|---|
Font |
GuiLabel.getFont()
Gets the current font of this label.
|
Font |
GuiTextField.getFont()
Gets the current font of this textfield.
|
static Font |
Font.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font[] |
Font.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GuiLabel.setFont(Font font)
Sets the font for this label.
|
void |
GuiTextField.setFont(Font font)
Sets the font for this textfield.
|
Modifier and Type | Method and Description |
---|---|
Font |
World3DText.getFont()
Gets the current font of this label.
|
Modifier and Type | Method and Description |
---|---|
void |
World3DText.setFont(Font font)
Sets the font for this label.
|