Inline Text Box
data class InlineTextBox(boundingBox: Rect, startCharacterIndex: Int, numCharacters: Int)
Content copied to clipboard
Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.
Constructors
InlineTextBox
Link copied to clipboard
fun InlineTextBox(boundingBox: Rect, startCharacterIndex: Int, numCharacters: Int)
Content copied to clipboard
Properties
boundingBox
Link copied to clipboard
numCharacters
Link copied to clipboard
startCharacterIndex
Link copied to clipboard
Sources
jvm source
Link copied to clipboard