StrokeWidthRange class

The stroke widths a variable font's wght axis spans.

Only the two endpoints exist as masters. Every width between them is reproduced exactly by interpolation, because the offsetter's control points are affine in the stroke width — so listing intermediate stops would add data without adding reachable widths.

The range is not free and has no wide default: it sets the magnitude of the variation deltas, and — because outlining is planned at max — how deeply every glyph is subdivided, for every icon in the font.

Constructors

StrokeWidthRange(double min, double max)

Properties

hashCode int
The hash code for this object.
no setterinherited
max double
final
min double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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