Class FontLoader


public class FontLoader extends AsynchronousAssetLoader<Font,FontLoader.FontParameter>
AssetLoader for Font instances. Loads the font description file (.fnt) asynchronously, loads the Texture containing the glyphs as a dependency. The FontLoader.FontParameter allows you to set things like texture filters or whether to flip the glyphs vertically.