CGContextSetShouldSmoothFonts

Function CGContextSetShouldSmoothFonts 

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