Uses of Class
com.blackrook.gui.GUIFont

Packages that use GUIFont
Package
Description
Containing GUI components.
  • Uses of GUIFont in com.blackrook.gui

    Methods in com.blackrook.gui that return GUIFont
    Modifier and Type
    Method
    Description
    static GUIFont
    GUIFont.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 GUIFont
    GUIFont.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 GUIFont
    GUIFont.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 GUIFont
    GUIFont.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
    Modifier and Type
    Method
    Description
    void
    GUIFont.BMXMLReader.read(GUIFont font, InputStream in)