<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFontDescriptor/AttributeName/cascadeList",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSFontCascadeListAttribute"
  },
  "title" : "cascadeList"
}
-->

# cascadeList

An array, each member of which is a sub-descriptor.

```
static let cascadeList: NSFontDescriptor.AttributeName
```

## Discussion

The value of this attribute is an <doc://com.apple.documentation/documentation/Foundation/NSArray> object. The default value is the system default cascading list for user’s locale.

---

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)