GlyphCurveTexture class
A glyph's curves + band tables packed for GPU consumption (layout in the library header). pixels is rgba8888 at width x height with zero padding; band geometry rides as plain fields for uniforms.
Properties
- bandCount → int
-
final
- bandHeight → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
final
- maxX → double
-
final
- maxY → double
-
final
- minX → double
-
final
- minY → double
-
final
- overflow → bool
-
final
- pixels → Uint8List
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- texelCount → int
-
final
- width → 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