Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.map.text |
Drawing text onto maps.
|
Modifier and Type | Method and Description |
---|---|
static FontStyle |
FontStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontStyle[] |
FontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
CartographerFont.write(java.lang.String message,
java.awt.Color color,
float size,
FontStyle... styles)
Create a new image from the message, color, size, and styles provided.
|