---
title: "CTFontCollectionCopyExclusionDescriptors(_:)"
framework: coretext
role: symbol
role_heading: Function
path: "coretext/ctfontcollectioncopyexclusiondescriptors(_:)"
---

# CTFontCollectionCopyExclusionDescriptors(_:)

Retrieves the array of descriptors to exclude from the match.

## Declaration

```swift
func CTFontCollectionCopyExclusionDescriptors(_ collection: CTFontCollection) -> CFArray?
```

## Parameters

- `collection`: The font collection reference.

## Return Value

Return Value A retained reference to the array of descriptors for querying (matching) the system font database.

## See Also

### Excluding and Including Font Descriptors

- [CTFontCollectionCopyQueryDescriptors(_:)](coretext/ctfontcollectioncopyquerydescriptors(_:).md)
- [CTFontCollectionSetExclusionDescriptors(_:_:)](coretext/ctfontcollectionsetexclusiondescriptors(_:_:).md)
- [CTFontCollectionSetQueryDescriptors(_:_:)](coretext/ctfontcollectionsetquerydescriptors(_:_:).md)
