RitoRunPaint class final

The paint a text run carries: what the pen needs to raster its glyphs. The run's inline box (background band, padding, borders) and its decoration line lower to primitives around the run in the engine.

Constructors

RitoRunPaint({required RitoFontPaint font, required RitoColor color, required List<RitoTextShadow> textShadows})

Properties

color RitoColor
final
font RitoFontPaint
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textShadows List<RitoTextShadow>
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