<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: 5.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFontDescriptor/SystemDesign",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@T@UIFontDescriptorSystemDesign"
  },
  "title" : "UIFontDescriptor.SystemDesign"
}
-->

# UIFontDescriptor.SystemDesign

Constants that describe the system-defined typeface designs.

```
struct SystemDesign
```

## Overview

Use these constants to specify a system-provided typeface design, such as:

- SF Pro in iOS or SF Compact in watchOS ([`default`](/documentation/UIKit/UIFontDescriptor/SystemDesign/default))
- SF Pro Rounded in iOS or SF Compact Rounded in watchOS ([`rounded`](/documentation/UIKit/UIFontDescriptor/SystemDesign/rounded))
- SF Mono ([`monospaced`](/documentation/UIKit/UIFontDescriptor/SystemDesign/monospaced))
- New York ([`serif`](/documentation/UIKit/UIFontDescriptor/SystemDesign/serif))

## Topics

### Typeface designs

[`default`](/documentation/UIKit/UIFontDescriptor/SystemDesign/default)

The default typeface for an app’s user interface.

[`rounded`](/documentation/UIKit/UIFontDescriptor/SystemDesign/rounded)

The rounded variant of the default typeface.

[`monospaced`](/documentation/UIKit/UIFontDescriptor/SystemDesign/monospaced)

The monospace variant of the default typeface.

[`serif`](/documentation/UIKit/UIFontDescriptor/SystemDesign/serif)

The serif variant of the default typeface.

### Initializers

[`init(rawValue:)`](/documentation/UIKit/UIFontDescriptor/SystemDesign/init(rawValue:))

Creates a typeface design constant with the specified raw value.



---

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)