height property

double height
final

Total height of the line from the top edge to the bottom edge.

This is equivalent to round(ascent + descent). This value is provided separately due to rounding causing sub-pixel differences from the unrounded values.

Implementation

final double height;