Skip to main content

CTFontCollectionCreateMatchingFontDescriptorsForFamily

Function CTFontCollectionCreateMatchingFontDescriptorsForFamily 

Source
pub unsafe extern "C-unwind" fn CTFontCollectionCreateMatchingFontDescriptorsForFamily(
    collection: &CTFontCollection,
    family_name: &CFString,
    options: Option<&CFDictionary>,
) -> Option<CFRetained<CFArray>>
👎Deprecated:

renamed to CTFontCollection::matching_font_descriptors_for_family

Available on crate feature CTFontCollection only.