<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFontDescriptor/withDesign(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSFontDescriptor(im)fontDescriptorWithDesign:"
  },
  "title" : "withDesign(_:)"
}
-->

# withDesign(_:)

Returns a new font descriptor based on the current object, but with the specified design style.

```
func withDesign(_ design: NSFontDescriptor.SystemDesign) -> Self?
```

## Parameters

`design`

The replacement design style for the font. For a list of possible values, see `UIFontDescriptor.SystemDesign`.

## Return Value

The new font descriptor.

---

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)