CGContextSetAllowsAntialiasing

Function CGContextSetAllowsAntialiasing 

Source
pub extern "C-unwind" fn CGContextSetAllowsAntialiasing(
    c: Option<&CGContext>,
    allows_antialiasing: bool,
)
👎Deprecated: renamed to CGContext::set_allows_antialiasing
Available on crate feature CGContext only.