---
title: isMultiple
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfontmanager/ismultiple
---

# isMultiple

A Boolean value that indicates whether the currently selected font has multiple fonts.

## Declaration

```swift
var isMultiple: Bool { get }
```

## Discussion

Discussion When the value of this property is true, the last font selection recorded has multiple fonts; if the last font selection recorded is a single font, the value is false.

## See Also

### Setting and Examining the Selected Font

- [setSelectedFont(_:isMultiple:)](appkit/nsfontmanager/setselectedfont(_:ismultiple:).md)
- [selectedFont](appkit/nsfontmanager/selectedfont.md)
- [sendAction()](appkit/nsfontmanager/sendaction().md)
- [localizedName(forFamily:face:)](appkit/nsfontmanager/localizedname(forfamily:face:).md)
