<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreText",
  "identifier" : "/documentation/CoreText/CTFontCollectionCopyOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Text"
    ],
    "preciseIdentifier" : "c:@E@CTFontCollectionCopyOptions"
  },
  "title" : "CTFontCollectionCopyOptions"
}
-->

# CTFontCollectionCopyOptions

Option bits for use with CTFontCollectionCopyFontAttribute(s).

```
struct CTFontCollectionCopyOptions
```

## Topics

### Constants

[`kCTFontCollectionCopyDefaultOptions`](/documentation/CoreText/CTFontCollectionCopyOptions/kCTFontCollectionCopyDefaultOptions)

Passing this option indicates that defaults are to be used.

[`standardSort`](/documentation/CoreText/CTFontCollectionCopyOptions/standardSort)

Passing this option indicates that the return values should be sorted in standard UI order, suitable for display to the user. This is the same sorting behavior used by `NSFontPanel` and Font Book.

[`unique`](/documentation/CoreText/CTFontCollectionCopyOptions/unique)

Passing this option indicates that duplicate values should be removed from the results.



---

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)