CGContextSetShouldSubpixelQuantizeFonts

Function CGContextSetShouldSubpixelQuantizeFonts 

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