Class Styles.LabelStyle

java.lang.Object
com.github.tommyettinger.textra.Styles.LabelStyle
Enclosing class:
Styles

public static class Styles.LabelStyle extends Object
The style for a TextraLabel or TypingLabel.
  • Field Details

    • font

      public Font 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

      public LabelStyle(Font font, @Null com.badlogic.gdx.graphics.Color fontColor)
    • LabelStyle

      public LabelStyle(com.badlogic.gdx.graphics.g2d.BitmapFont font, @Null com.badlogic.gdx.graphics.Color fontColor)
    • LabelStyle

      public LabelStyle(Styles.LabelStyle style)
    • LabelStyle

      public LabelStyle(com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style)