CGContextShowTextAtPoint

Function CGContextShowTextAtPoint 

Source
pub unsafe extern "C-unwind" fn CGContextShowTextAtPoint(
    c: Option<&CGContext>,
    x: CGFloat,
    y: CGFloat,
    string: *const c_char,
    length: usize,
)
👎Deprecated: renamed to CGContext::show_text_at_point
Available on crate feature CGContext only.