FontManager

open class FontManager : Disposable

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val folder: String = "fonts/"
Link copied to clipboard
val IMPERIAL_FONT: String = "fonts/Imperial.ttf"
Link copied to clipboard
val LIBERAL_FONT: String = "fonts/LiberationSans.ttf"

Functions

Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun getDisposableFont(font: String, size: Int): BitmapFont
Link copied to clipboard
open fun getFont(size: Int): BitmapFont
open fun getFont(font: String, size: Int): BitmapFont
Link copied to clipboard
open fun getLabelStyle(size: Int, color: Color): Label.LabelStyle