CTFontCollectionCreateMatchingFontDescriptorsSortedWithCallback

Function CTFontCollectionCreateMatchingFontDescriptorsSortedWithCallback 

Source
pub unsafe extern "C-unwind" fn CTFontCollectionCreateMatchingFontDescriptorsSortedWithCallback(
    collection: &CTFontCollection,
    sort_callback: CTFontCollectionSortDescriptorsCallback,
    ref_con: *mut c_void,
) -> Option<CFRetained<CFArray>>
👎Deprecated: renamed to CTFontCollection::matching_font_descriptors_sorted_with_callback
Available on crate features CTFontCollection and CTFontDescriptor only.