GlyphRun class abstract
Constructors
- GlyphRun()
Properties
- direction → TextDirection
-
no setter
- font → Font
-
no setter
- fontSize → double
-
no setter
- glyphCount → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- letterSpacing → double
-
no setter
- lineHeight → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleId → int
-
no setter
Methods
-
advanceAt(
int index) → double -
glyphIdAt(
int index) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
offsetAt(
int index) → Vec2D -
textIndexAt(
int index) → int -
toString(
) → String -
A string representation of this object.
inherited
-
xAt(
int index) → double
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited