font

@JvmName(name = "setFontLabel")
fun <T : Label> Cell<T>.font(font: Font): Cell<T>

Creates a copy of the wrapped label's style and changes its font.


@JvmName(name = "setFontField")
fun <T : TextField> Cell<T>.font(font: Font): Cell<T>

Creates a copy of the wrapped field's style and changes its font.


@JvmName(name = "setFontButton")
fun <T : TextButton> Cell<T>.font(font: Font): Cell<T>

Creates a copy of the wrapped button's label's style and changes its font.