effectiveLeft property

double effectiveLeft

Real left position. The glyph may overflow on the left

Implementation

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