Uses of Class
studio.magemonkey.codex.mccore.gui.MapFont
Packages that use MapFont
-
Uses of MapFont in studio.magemonkey.codex.mccore.gui
Methods in studio.magemonkey.codex.mccore.gui that return MapFontModifier and TypeMethodDescriptionRetrieves a font from the schemeMethods in studio.magemonkey.codex.mccore.gui with parameters of type MapFontModifier and TypeMethodDescriptionvoidMapScheme.defineFont(String key, MapFont defaultFont) Defines a font used by the scheme if the scheme is not already finalized.intMapImage.drawColorString(MapFont font, byte color, String str, int x, int y, char token) Draws a string to the imageintMapImage.drawString(MapFont font, byte color, String str, int x, int y) Draws a string to the imageConstructors in studio.magemonkey.codex.mccore.gui with parameters of type MapFont