Contents

descender

The bottom y-coordinate, offset from the baseline, of the font’s longest descender.

Declaration

var descender: CGFloat { get }

Discussion

The descender value is measured in points. This value may be positive or negative. For example, if the longest descender extends 2 points below the baseline, this method returns -2.0 .

See Also

Getting Font Metrics