CTLineGetTypographicBounds

Function CTLineGetTypographicBounds 

Source
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_bounds
Available on crate feature CTLine only.