Line

class Line(val text: OrderedText, val width: Int)

Constructors

Link copied to clipboard
constructor(text: OrderedText, width: Int)

Properties

Link copied to clipboard
val text: OrderedText
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
fun text(): OrderedText
Link copied to clipboard
fun width(): Int