pub unsafe extern "C-unwind" fn CTFontCopyLocalizedName(
font: &CTFont,
name_key: &CFString,
actual_language: *mut *const CFString,
) -> Option<CFRetained<CFString>>👎Deprecated:
renamed to CTFont::localized_name
Available on crate feature
CTFont only.