| Package | Description |
|---|---|
| com.github.stefvanschie.inventoryframework.font | |
| com.github.stefvanschie.inventoryframework.font.util | |
| com.github.stefvanschie.inventoryframework.pane.component |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVFont
A font for characters with a space as default character.
|
| Modifier and Type | Field and Description |
|---|---|
static Font |
Font.BIRCH_PLANKS
The birch planks font
|
static Font |
Font.BLACK
The black font
|
static Font |
Font.BLUE
The blue font
|
static Font |
Font.BROWN
The brown font
|
static Font |
Font.COBBLESTONE
The cobblestone font
|
static Font |
Font.CYAN
The cyan font
|
static Font |
Font.DIAMOND
The diamond font
|
static Font |
Font.DIRT
The dirt font
|
static Font |
Font.GOLD
The gold font
|
static Font |
Font.GRAY
The gray font
|
static Font |
Font.GREEN
The green font
|
static Font |
Font.JUNGLE_PLANKS
The jungle planks font
|
static Font |
Font.LETTER_CUBE
The letter cube font
|
static Font |
Font.LIGHT_BLUE
The light blue font
|
static Font |
Font.LIGHT_GRAY
The light gray font
|
static Font |
Font.LIME
The lime font
|
static Font |
Font.MAGENTA
The magenta font
|
static Font |
Font.MONITOR
The monitor font
|
static Font |
Font.OAK_LOG
The oak log font
|
static Font |
Font.OAK_PLANKS
The oak planks font
|
static Font |
Font.ORANGE
The orange font
|
static Font |
Font.PINK
The pink font
|
static Font |
Font.PLUSH
The plush font
|
static Font |
Font.PUMPKIN
The pumpkin font
|
static Font |
Font.PURPLE
The purple font
|
static Font |
Font.QUARTZ
The quartz font
|
static Font |
Font.RAINBOW
The rainbow font
|
static Font |
Font.RED
The red font
|
static Font |
Font.SPRUCE_PLANKS
The spruce planks font
|
static Font |
Font.STONE
The stone font
|
static Font |
Font.WATERMELON
The watermelon font
|
static Font |
Font.WHITE
The white font
|
static Font |
Font.YELLOW
The yellow font
|
| Modifier and Type | Method and Description |
|---|---|
static Font |
Font.fromName(String name)
Gets a font by its name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Font.registerFont(String name,
Font font)
Registers a custom font so it can be used in lookups and XML files.
|
| Modifier and Type | Method and Description |
|---|---|
Font |
Label.getFont()
Gets the character set currently used for the text in this label
|
| Constructor and Description |
|---|
Label(int length,
int height,
Font font)
Creates a new label
|
Label(int x,
int y,
int length,
int height,
Font font)
Creates a new label
|
Label(int x,
int y,
int length,
int height,
Pane.Priority priority,
Font font)
Creates a new label
|
Copyright © 2019. All rights reserved.