<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontManagerCopyAvailableFontURLs()",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@F@CTFontManagerCopyAvailableFontURLs"
  },
  "title" : "CTFontManagerCopyAvailableFontURLs()"
}
-->

# CTFontManagerCopyAvailableFontURLs()

Returns an array of font URLs.

```
func CTFontManagerCopyAvailableFontURLs() -> CFArray
```

## Return Value

This function returns a retained reference to a CFArray of `CFStringRef` objects representing the URLs of the available fonts, or `NULL` on error. The caller is responsible for releasing the array.

## Discussion

---

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)