Package-level declarations

Types

Functions

Link copied to clipboard
fun RenderScope.justified(justification: Justification, minWidth: Int = 0, padRight: Boolean = justification != Justification.RIGHT, render: OffscreenRenderScope.() -> Unit)

Adds spacing around lines to support justification across a block of text.

Link copied to clipboard
fun RenderScope.shiftRight(amount: Int = 0, render: OffscreenRenderScope.() -> Unit)

Shift the contents of this buffer over to the right by some amount.