MultilineText

interface MultilineText

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Line(val text: OrderedText, val width: Int)

Properties

Link copied to clipboard
abstract val maxWidth: Int

Functions

Link copied to clipboard
abstract fun count(): Int
Link copied to clipboard
abstract fun draw(alignment: Alignment, width: Int, x: Int, y: Int, lineHeight: Int, consumer: DrawnTextConsumer)