effectiveLeft property

double get effectiveLeft

Real left position. The glyph may overflow on the left

Implementation

double get effectiveLeft => math.min(leftBearing, 0);