pub unsafe extern "C-unwind" fn CTLineGetTypographicBounds(
line: &CTLine,
ascent: *mut CGFloat,
descent: *mut CGFloat,
leading: *mut CGFloat,
) -> c_double👎Deprecated: renamed to
CTLine::typographic_boundsAvailable on crate feature
CTLine only.