<!--
{
  "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/includeFaces",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIFontPickerViewControllerConfiguration(py)includeFaces"
  },
  "title" : "includeFaces"
}
-->

# includeFaces

A Boolean value that determines whether the font picker should allow the user to select from font faces, or just font families.

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

## Discussion

By default, the font picker only lists font families, like Times New Roman or Helvetica. Set [`includeFaces`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/includeFaces) to <doc://com.apple.documentation/documentation/Swift/true> so the user can select a specific font face, such as Times New Roman Bold or Helvetica Light Oblique.

---

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)