TextModule

@Module
open class TextModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
open fun getDefaultLabelStyle(font: BitmapFont): Label.LabelStyle
Link copied to clipboard
@Provides
open fun getFont(assetsFinder: AssetsFinder): BitmapFont
Link copied to clipboard
@Provides
@Named(value = "descStyle")
open fun getLabelStyle(font: BitmapFont): Label.LabelStyle
Link copied to clipboard
@Provides
open fun getTextButtonStyle(assetsFinder: AssetsFinder): TextButton.TextButtonStyle
Link copied to clipboard
@Provides
@Named(value = "titleStyle")
open fun getTitleLabelStyle(fontManager: FontManager): Label.LabelStyle