Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class LineWrapRepresentation(val lines: List<String>, val styles: Map<IntRange, Style>) : Record

A TextComponent representation optimized for manipulating the text while keeping track of the styles. To create one from a Component, use LineWrapEncoder.encode.