descent property

double descent
final

The drop from the baseline as calculated from the font and style for this line.

This is the final computed ascent and can be impacted by the strut, height, scaling, as well as outlying runs that are very tall.

The y coordinate of the bottom edge of the line is baseline + descent.

Implementation

final double descent;