Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
BitmapFont |
BitmapFontLoader.loadSync(AssetManager manager,
java.lang.String fileName,
FileHandle file,
BitmapFontLoader.BitmapFontParameter parameter) |
Modifier and Type | Method and Description |
---|---|
BitmapFont |
BitmapFontCache.getFont() |
Constructor and Description |
---|
BitmapFontCache(BitmapFont font) |
BitmapFontCache(BitmapFont font,
boolean integer)
Creates a new BitmapFontCache
|
Modifier and Type | Field and Description |
---|---|
BitmapFont |
Label.LabelStyle.font |
BitmapFont |
List.ListStyle.font |
BitmapFont |
SelectBox.SelectBoxStyle.font |
BitmapFont |
TextButton.TextButtonStyle.font |
BitmapFont |
TextField.TextFieldStyle.font |
BitmapFont |
TextField.TextFieldStyle.messageFont
Optional.
|
BitmapFont |
Window.WindowStyle.titleFont |
Modifier and Type | Method and Description |
---|---|
BitmapFont |
Skin.getFont(java.lang.String name) |
Constructor and Description |
---|
CheckBox.CheckBoxStyle(Drawable checkboxOff,
Drawable checkboxOn,
BitmapFont font,
Color fontColor) |
ImageTextButton.ImageTextButtonStyle(Drawable up,
Drawable down,
Drawable checked,
BitmapFont font) |
Label.LabelStyle(BitmapFont font,
Color fontColor) |
List.ListStyle(BitmapFont font,
Color fontColorSelected,
Color fontColorUnselected,
Drawable selection) |
SelectBox.SelectBoxStyle(BitmapFont font,
Color fontColor,
Drawable background,
ScrollPane.ScrollPaneStyle scrollStyle,
List.ListStyle listStyle) |
TextButton.TextButtonStyle(Drawable up,
Drawable down,
Drawable checked,
BitmapFont font) |
TextField.TextFieldStyle(BitmapFont font,
Color fontColor,
Drawable cursor,
Drawable selection,
Drawable background) |
Window.WindowStyle(BitmapFont titleFont,
Color titleFontColor,
Drawable background) |