CTFontCollectionCreateCopyWithFontDescriptors

Function CTFontCollectionCreateCopyWithFontDescriptors 

Source
pub unsafe extern "C-unwind" fn CTFontCollectionCreateCopyWithFontDescriptors(
    original: &CTFontCollection,
    query_descriptors: Option<&CFArray>,
    options: Option<&CFDictionary>,
) -> CFRetained<CTFontCollection>
👎Deprecated: renamed to CTFontCollection::copy_with_font_descriptors
Available on crate feature CTFontCollection only.