tryFontBoundingBoxAscent property

double? get tryFontBoundingBoxAscent

Implementation

double? get tryFontBoundingBoxAscent => tryCall(() => fontBoundingBoxAscent);