Interface GUIFontType
- All Known Implementing Classes:
GUIFont
public interface GUIFontType
Font type interface for use with GUI.
- Author:
- Matthew Tropiano
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumList of font text directionalities.static classSingle character entry for the font, which is essentially a lookup of these things. -
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the name of this font.
-
getTexture
String getTexture()- Returns:
- the texture to use for this mapping.
-
getChar
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.
-