pub unsafe extern "C-unwind" fn CTFontCollectionSetQueryDescriptors(
collection: &CTMutableFontCollection,
descriptors: Option<&CFArray>,
)Available on crate feature
CTFontCollection only.Expand description
Replaces the array of descriptors to match.
Parameter collection: The font collection reference.
Parameter descriptors: An array of CTFontDescriptorRef. May be NULL to represent an empty collection, in which case the matching descriptors will also be NULL.