<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFontManager/isEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSFontManager(py)enabled"
  },
  "title" : "isEnabled"
}
-->

# isEnabled

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

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

## Discussion

When the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the font conversion system’s user interface items (the Font panel and Font menu items) are enabled; when the value is <doc://com.apple.documentation/documentation/Swift/false>, these items are not enabled.

## See Also

[`enabled`](/documentation/AppKit/NSFontPanel/isEnabled)

A Boolean that shows whether the receiver’s Set button is enabled.



---

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)