Package com.github.tommyettinger.textra
Class Styles.LabelStyle
java.lang.Object
com.github.tommyettinger.textra.Styles.LabelStyle
- Enclosing class:
- Styles
The style for a
TextraLabel
or TypingLabel
.-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.graphics.Color
-
Constructor Summary
ConstructorDescriptionLabelStyle
(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColor) LabelStyle
(com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style) LabelStyle
(Font font, com.badlogic.gdx.graphics.Color fontColor) LabelStyle
(Styles.LabelStyle style) -
Method Summary
-
Field Details
-
font
-
fontColor
@Null public com.badlogic.gdx.graphics.Color fontColor -
background
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable background
-
-
Constructor Details
-
LabelStyle
public LabelStyle() -
LabelStyle
-
LabelStyle
public LabelStyle(com.badlogic.gdx.graphics.g2d.BitmapFont font, @Null com.badlogic.gdx.graphics.Color fontColor) -
LabelStyle
-
LabelStyle
public LabelStyle(com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style)
-