Class BitmapFontLoader

java.lang.Object
com.badlogic.gdx.assets.loaders.AssetLoader<T,​P>
com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader<BitmapFont,​BitmapFontLoader.BitmapFontParameter>
gaiasky.util.gdx.loader.BitmapFontLoader

public class BitmapFontLoader extends com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader<BitmapFont,​BitmapFontLoader.BitmapFontParameter>
AssetLoader for BitmapFont instances. Loads the font description file (.fnt) asynchronously, loads the Texture containing the glyphs as a dependency. The BitmapFontLoader.BitmapFontParameter allows you to set things like texture filters or whether to flip the glyphs vertically.