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

# sendAction()

A Boolean value that indicates whether a responder handled the font manager’s action message.

```
func sendAction() -> Bool
```

## Discussion

By default, the font manager’s action message is <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/changeFont:>. The value of this property is <doc://com.apple.documentation/documentation/Swift/true> if some responder object handled the <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/changeFont:> message or <doc://com.apple.documentation/documentation/Swift/false> if the message went unheard.

## See Also

[`action`](/documentation/AppKit/NSFontManager/action)

The action sent to the first responder when the user selects a new font from the Font panel or chooses a command from the Font menu.



---

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)