CTFontCollectionCreateWithFontDescriptors

Function CTFontCollectionCreateWithFontDescriptors 

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