---
title: isEnabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfontmanager/isenabled
---

# isEnabled

A Boolean value that indicates whether the font conversion system’s Font panel and Font menu items are enabled.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the font conversion system’s user interface items (the Font panel and Font menu items) are enabled; when the value is false, these items are not enabled.

## See Also

### Related Documentation

- [isEnabled](appkit/nsfontpanel/isenabled.md)

### Managing the Font Panel and Font Menu

- [fontPanel(_:)](appkit/nsfontmanager/fontpanel(_:).md)
- [setFontMenu(_:)](appkit/nsfontmanager/setfontmenu(_:).md)
- [fontMenu(_:)](appkit/nsfontmanager/fontmenu(_:).md)
