TextMetrics

data class TextMetrics(val width: Float, val height: Float, val lineCount: Int, val characterCount: Int)

Represents text metrics information.

Constructors

Link copied to clipboard
constructor(width: Float, height: Float, lineCount: Int, characterCount: Int)

Properties

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