KiteTextLine

class KiteTextLine(val text: String, val bounds: Rectangle, val charEdges: DoubleArray)

One laid-out line. charEdges has text.length + 1 display-space x boundaries: charEdges[i] is the left edge of char i, the final entry the line's right edge. That is enough to build sub-line highlight quads.

Constructors

Link copied to clipboard
constructor(text: String, bounds: Rectangle, charEdges: DoubleArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard