Lines

data class Lines(val width: Int, val lines: Int) : TextAreaViewport(source)

Derives the outer height from a number of visible text rows, line spacing, and runtime frame insets.

Throws

Constructors

Link copied to clipboard
constructor(width: Int, lines: Int)

Properties

Link copied to clipboard
val lines: Int

positive number of visible text rows.

Link copied to clipboard
val width: Int

positive outer logical width, including the runtime's horizontal frame insets.