<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontManagerCopyRegisteredFontDescriptors(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@F@CTFontManagerCopyRegisteredFontDescriptors"
  },
  "title" : "CTFontManagerCopyRegisteredFontDescriptors(_:_:)"
}
-->

# CTFontManagerCopyRegisteredFontDescriptors(_:_:)

Retrieves the font descriptors that were registered with the font manager.

```
func CTFontManagerCopyRegisteredFontDescriptors(_ scope: CTFontManagerScope, _ enabled: Bool) -> CFArray
```

## Parameters

`scope`

A scope constant that defines the availability and lifetime of the registration. If you specify [`CTFontManagerScope.persistent`](/documentation/CoreText/CTFontManagerScope/persistent), only macOS can return fonts registered by any process. Other platforms can only return font descriptors registered by the app’s process. See [`CTFontManagerScope`](/documentation/CoreText/CTFontManagerScope) for more details.

`enabled`

A Boolean value that indicates whether to return registered font descriptors that are enabled or disabled.

## Return Value

An array of font descriptors registered by the app. The array may be empty if nothing is registered.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)