TextMetrics
data class TextMetrics(var bounds: Rectangle = Rectangle(), var lineBounds: List<Rectangle> = emptyList(), val fontMetrics: FontMetrics = FontMetrics(), var nlines: Int = 0)
Constructors
Link copied to clipboard
constructor(bounds: Rectangle = Rectangle(), lineBounds: List<Rectangle> = emptyList(), fontMetrics: FontMetrics = FontMetrics(), nlines: Int = 0)