---
title: withAllAvailableDescriptors
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsmutablefontcollection/withallavailabledescriptors
---

# withAllAvailableDescriptors

The mutable font collection that matches all registered fonts.

## Declaration

```swift
@NSCopying class var withAllAvailableDescriptors: NSMutableFontCollection { get }
```

## See Also

### Creating a Font Collection

- [init(descriptors:)](appkit/nsmutablefontcollection/init(descriptors:).md)
- [init(locale:)](appkit/nsmutablefontcollection/init(locale:).md)
- [init(name:)](appkit/nsmutablefontcollection/init(name:).md)
- [init(name:visibility:)](appkit/nsmutablefontcollection/init(name:visibility:).md)
