---
title: sharedFontPanelExists
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsfontpanel/sharedfontpanelexists
---

# sharedFontPanelExists

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

## Declaration

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

## Discussion

Discussion The value is true if the shared Font panel has been created, and false if it hasn’t.

## See Also

### Getting the Font Panel

- [shared](appkit/nsfontpanel/shared.md)
