Contents

includeFaces

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

Declaration

var includeFaces: Bool { get set }

Discussion

By default, the font picker only lists font families, like Times New Roman or Helvetica. Set includeFaces to true so the user can select a specific font face, such as Times New Roman Bold or Helvetica Light Oblique.

See Also

Filtering available fonts