Uses of Class
com.blackrook.gui.GUIFont
Packages that use GUIFont
-
Uses of GUIFont in com.blackrook.gui
Methods in com.blackrook.gui that return GUIFontModifier and TypeMethodDescriptionstatic GUIFontGUIFont.makeMonospaceFont(String name, String texture, int charsPerRow) Creates a monospace font that maps the first series of unicode characters from a specified character set distributed evenly across a single texture, left to right, top to bottom.static GUIFontGUIFont.makeMonospaceFont(String name, String texture, int charsPerRow, String alphabet) Creates a monospace font that maps the first series of unicode characters from a specified character set distributed evenly across a single texture, left to right, top to bottom.static GUIFontGUIFont.readBMFont(File file, String texture) Reads in XML-Formatted BM Font (http://www.angelcode.com/products/bmfont/) generated metadata and creates an GUIFont using the data.static GUIFontGUIFont.readBMFont(InputStream in, String texture) Reads in XML-Formatted BM Font (http://www.angelcode.com/products/bmfont/) generated metadata and creates an GUIFont using the data.Methods in com.blackrook.gui with parameters of type GUIFont