public static class BitmapFontLoader.BitmapFontParameter extends AssetLoaderParameters<BitmapFont>
AssetManager.load(String, Class, AssetLoaderParameters)
if additional configuration is
necessary for the BitmapFont
.AssetLoaderParameters.LoadedCallback
Modifier and Type | Field and Description |
---|---|
BitmapFont.BitmapFontData |
bitmapFontData
optional BitmapFontData to be used instead of loading the texture directly.
|
boolean |
flip
whether to flipY the font or not
|
boolean |
genMipMaps
whether to generate mipmaps
|
Texture.TextureFilter |
magFilter
the maximum filter to be used for the backing texture
|
Texture.TextureFilter |
minFilter
the minimum filter to be used for the backing texture
|
loadedCallback
Constructor and Description |
---|
BitmapFontLoader.BitmapFontParameter() |
public boolean flip
public boolean genMipMaps
public Texture.TextureFilter minFilter
public Texture.TextureFilter magFilter
public BitmapFont.BitmapFontData bitmapFontData
Copyright © 2014. All Rights Reserved.