Package de.coreengine.asset
Class FntLoader
- java.lang.Object
-
- de.coreengine.asset.FntLoader
-
public class FntLoader extends Object
Class that can load a fnt file and its texture atlas- Author:
- Darius Dinger
-
-
Constructor Summary
Constructors Constructor Description FntLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
loadFont(String file, boolean asResource)
Loading font file and its texture atlas from fnt file ad store it into database
-
-
-
Method Detail
-
loadFont
public static void loadFont(String file, boolean asResource)
Loading font file and its texture atlas from fnt file ad store it into database- Parameters:
file
- Fnt file name relative to applicationasResource
- Load font from resources
-
-