Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g2d |
Modifier and Type | Field and Description |
---|---|
BitmapFont.BitmapFontData |
BitmapFontLoader.BitmapFontParameter.bitmapFontData
optional
BitmapFont.BitmapFontData to be used instead of loading the Texture directly. |
Modifier and Type | Method and Description |
---|---|
BitmapFont.BitmapFontData |
BitmapFont.getData()
Gets the underlying
BitmapFont.BitmapFontData for this BitmapFont. |
Constructor and Description |
---|
BitmapFont(BitmapFont.BitmapFontData data,
TextureRegion[] regions,
boolean integer)
Constructs a new BitmapFont from the given
BitmapFont.BitmapFontData and array of TextureRegion . |
BitmapFont(BitmapFont.BitmapFontData data,
TextureRegion region,
boolean integer)
Constructs a new BitmapFont from the given
BitmapFont.BitmapFontData and TextureRegion . |