CGFontCopyFullName

Function CGFontCopyFullName 

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