CGFontCreateWithPlatformFont

Function CGFontCreateWithPlatformFont 

Source
pub unsafe extern "C-unwind" fn CGFontCreateWithPlatformFont(
    platform_font_reference: *mut c_void,
) -> Option<CFRetained<CGFont>>
👎Deprecated: renamed to CGFont::with_platform_font
Available on crate feature CGFont only.