scaleFont

fun <T : Element> Cell<T>.scaleFont(scale: Float): Cell<T>

Changes the font size of the wrapped label or text button and returns the cell

Throws

if the element is neither a Label nor a TextButton