Package fr.formiko.usuel
Class Fonts
java.lang.Object
fr.formiko.usuel.Fonts
Fonts tools.
- Author:
- Hydrolien
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancreateFont(String fontName)Create a font located in game data.static booleancreateFonts(String familyFontName)Create a font located in game data.
-
Constructor Details
-
Fonts
public Fonts()
-
-
Method Details
-
createFont
Create a font located in game data.- Parameters:
fontName- the font name to create- Returns:
- true if it work else false
-
createFonts
Create a font located in game data.- Parameters:
familyFontName- the family font name to create- Returns:
- true if we add at least 1 font
-