<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/displayUsingSystemFont",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIFontPickerViewControllerConfiguration(py)displayUsingSystemFont"
  },
  "title" : "displayUsingSystemFont"
}
-->

# displayUsingSystemFont

A Boolean value that determines whether to use the system font for all font names in the font picker.

```
var displayUsingSystemFont: Bool { get set }
```

## Discussion

By default, the font picker uses each font face to display that font face name in the font picker. Set this property to <doc://com.apple.documentation/documentation/Swift/true> if you want the font picker to display all font names in the system font instead.

---

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)