CTFontGetDescent(_:)
Returns the scaled font-descent metric of the given font.
Declaration
func CTFontGetDescent(_ font: CTFont) -> CGFloatParameters
- font:
The font reference.
Return Value
The font-descent metric scaled according to the point size and matrix of the font reference.