Skip to main content

CGContextSetTextMatrix

Function CGContextSetTextMatrix 

Source
pub extern "C-unwind" fn CGContextSetTextMatrix(
    c: Option<&CGContext>,
    t: CGAffineTransform,
)
👎Deprecated:

renamed to CGContext::set_text_matrix

Available on crate feature CGContext only.