Contents

descender

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

Declaration

var descender: CGFloat { get }

Discussion

For example, if the longest descender extends 2 points below the baseline, the value in this property is –2.

See Also

Getting the Font Metrics