CTFontDrawImageFromAdaptiveImageProviderAtPoint

Function CTFontDrawImageFromAdaptiveImageProviderAtPoint 

Source
pub unsafe extern "C-unwind" fn CTFontDrawImageFromAdaptiveImageProviderAtPoint(
    font: &CTFont,
    provider: &ProtocolObject<dyn CTAdaptiveImageProviding>,
    point: CGPoint,
    context: &CGContext,
)
👎Deprecated: renamed to CTFont::draw_image_from_adaptive_image_provider_at_point
Available on crate features CTFont and CTRunDelegate and objc2 and objc2-core-graphics only.