Interface GUIFontType

All Known Implementing Classes:
GUIFont

public interface GUIFontType
Font type interface for use with GUI.
Author:
Matthew Tropiano
  • Method Details

    • getName

      String getName()
      Returns:
      the name of this font.
    • getTexture

      String getTexture()
      Returns:
      the texture to use for this mapping.
    • getChar

      GUIFontType.FontChar getChar(char c)
      Gets a character's definition from the map.
      Parameters:
      c - the character to retrieve from the map.
      Returns:
      the font map linked to this character. May return the default map if it isn't in the map.
    • getDirectionality

      GUIFontType.Directionality getDirectionality()
      Returns:
      this font's directionality.