RitoTextRect class final

One run-aligned rectangle of a resolved text range.

Constructors

RitoTextRect({required RitoRect bounds, required int blockIndex, required int lineIndex, required int runIndex, required int startCharIndex, required int endCharIndex})
const

Properties

blockIndex int
final
bounds RitoRect
Display-list space, exactly like RitoHitEntry.bounds: paint it straight onto the surface the page was drawn on.
final
endCharIndex int
final
hashCode int
The hash code for this object.
no setterinherited
lineIndex int
final
runIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCharIndex int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited