pub unsafe extern "C-unwind" fn CTLineCreateJustifiedLine(
line: &CTLine,
justification_factor: CGFloat,
justification_width: c_double,
) -> Option<CFRetained<CTLine>>👎Deprecated:
renamed to CTLine::justified_line
Available on crate feature
CTLine only.