TextLayoutInfo

data class TextLayoutInfo(text: String, textRect: Rect)

Layout information on a single line of text.

Parameters

text

Text itself

textRect

The text rectangle.

Constructors

Link copied to clipboard
fun TextLayoutInfo(text: String, textRect: Rect)

Properties

Link copied to clipboard
val text: String
Link copied to clipboard
var textRect: Rect