render

fun render(labelWidth: Float, iconDisplay: FormattedLine.IconDisplay = IconDisplay.All): Actor

Renders the formatted line as a scene2d Actor (currently always a Table)

Parameters

labelWidth

Total width to render into, needed to support wrap on Labels.

iconDisplay

Flag to omit link or all images.

Sources

jvm source
Link copied to clipboard