CGFontCreateWithFontName

Function CGFontCreateWithFontName 

Source
pub extern "C-unwind" fn CGFontCreateWithFontName(
    name: Option<&CFString>,
) -> Option<CFRetained<CGFont>>
👎Deprecated: renamed to CGFont::with_font_name
Available on crate feature CGFont only.