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

# orderFrontFontPanel(_:)

Opens the Font panel, creating it if necessary, and displays that panel in front of the app’s windows.

```
func orderFrontFontPanel(_ sender: Any?)
```

## Parameters

`sender`

The control that sent the message.

## See Also

[`-  fontPanel:`](/documentation/AppKit/NSFontManager/fontPanel(_:))

Returns the application’s shared Font panel object, creating it if necessary.

[`+  setFontPanelFactory:`](/documentation/AppKit/NSFontManager/setFontPanelFactory(_:))

Sets the class that creates the shared Font panel object.



---

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)