Package-level declarations

Types

Link copied to clipboard
class BorderCharacters(val topLeft: Char, val topRight: Char, val botLeft: Char, val botRight: Char, val horiz: Char, val vert: Char)

Characters which collectively describe the look and feel of some border built out of text.

Functions

Link copied to clipboard
fun RenderScope.bordered(borderCharacters: BorderCharacters = BorderCharacters.BOX_THIN, paddingLeftRight: Int = 0, paddingTopBottom: Int = 0, render: OffscreenRenderScope.() -> Unit)

Automatically render a border around some inner content.