effectiveLeft property
double
get
effectiveLeft
Real left position. The glyph may overflow on the left
Implementation
double get effectiveLeft => math.min(leftBearing, 0);
Real left position. The glyph may overflow on the left
double get effectiveLeft => math.min(leftBearing, 0);