RitoClusterPosition class final

The text run body the RITODL1 text and ruby primitives carry: every length is in CSS pixels, painted under the list's ratio. Where one cluster of a run paints: the origin of the cluster starting at byte of the run's text, in CSS pixels, spacing and justification already applied. Where one cluster of a run paints: the origin of the cluster starting at byte of the run's UTF-8 text — y is the alphabetic baseline, for a text run and an annotation alike.

Constructors

RitoClusterPosition({required int byte, required double x, required double y})
const

Properties

byte int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
final
y double
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