pub unsafe extern "C-unwind" fn CTFontCollectionCreateMatchingFontDescriptorsWithOptions(
collection: &CTFontCollection,
options: Option<&CFDictionary>,
) -> Option<CFRetained<CFArray>>Available on crate feature
CTFontCollection only.Expand description
Returns an array of font descriptors matching the collection.
Parameter collection: The font collection reference.
Parameter options: The options dictionary. See constant option keys. May be NULL, in which case this call returns the same results as CTFontCollectionCreateMatchingFontDescriptors, using the options passed in when the collection was created.
Returns: An array of CTFontDescriptors matching the collection definition or NULL if there are none.