<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIFontPickerViewControllerConfiguration"
  },
  "title" : "UIFontPickerViewController.Configuration"
}
-->

# UIFontPickerViewController.Configuration

The filters and display settings a font picker view controller uses to set up a font picker.

```
@MainActor class Configuration
```

## Topics

### Customizing the font picker’s appearance

[`var displayUsingSystemFont: Bool`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/displayUsingSystemFont)

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

### Filtering available fonts

[`var includeFaces: Bool`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/includeFaces)

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

[`var filteredTraits: UIFontDescriptor.SymbolicTraits`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/filteredTraits)

A predicate to filter fonts based on their traits, like bold, italic, or monospace.

[`var filteredLanguagesPredicate: NSPredicate?`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/filteredLanguagesPredicate)

A predicate to filter fonts based on the languages they support.

[`class func filterPredicate(forFilteredLanguages: [String]) -> NSPredicate?`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/filterPredicate(forFilteredLanguages:))

Creates a font picker filter based on language support.

### Instance Properties

[`var languageFilter: Predicate<[String]>?`](/documentation/UIKit/UIFontPickerViewController/Configuration-swift.class/languageFilter)

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)