<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSFontPanel/sharedFontPanelExists",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSFontPanel(cpy)sharedFontPanelExists"
  },
  "title" : "sharedFontPanelExists"
}
-->

# sharedFontPanelExists

A Boolean value that indicates whether the shared Font panel has been created.

```
class var sharedFontPanelExists: Bool { get }
```

## Discussion

The value is <doc://com.apple.documentation/documentation/Swift/true> if the shared Font panel has been created, and <doc://com.apple.documentation/documentation/Swift/false> if it hasn’t.

---

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)