maxWidth property

double maxWidth

Maximum Width any glyph from this font can have

Implementation

double get maxWidth =>
    math.max(advanceWidth, right) + math.max(-leftBearing, 0.0);