![]() |
Bukkit
1.4.7-R1.0
|
Represents the built-in Minecraft font. More...
Inheritance diagram for org.bukkit.map.MinecraftFont:
Collaboration diagram for org.bukkit.map.MinecraftFont:Public Member Functions | |
| MinecraftFont () | |
| Initialize a new MinecraftFont. | |
Public Member Functions inherited from org.bukkit.map.MapFont | |
| void | setChar (char ch, CharacterSprite sprite) |
| Set the sprite for a given character. | |
| CharacterSprite | getChar (char ch) |
| Get the sprite for a given character. | |
| int | getWidth (String text) |
| Get the width of the given text as it would be rendered using this font. | |
| int | getHeight () |
| Get the height of this font. | |
| boolean | isValid (String text) |
| Check whether the given text is valid. | |
Static Public Attributes | |
| static final MinecraftFont | Font = new MinecraftFont(false) |
| A static non-malleable MinecraftFont. | |
Additional Inherited Members | |
Protected Attributes inherited from org.bukkit.map.MapFont | |
| boolean | malleable = true |
Represents the built-in Minecraft font.
Definition at line 6 of file MinecraftFont.java.
| org.bukkit.map.MinecraftFont.MinecraftFont | ( | ) |
Initialize a new MinecraftFont.
Definition at line 288 of file MinecraftFont.java.
|
static |
A static non-malleable MinecraftFont.
Definition at line 283 of file MinecraftFont.java.