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

# currentFontAction

The current font conversion action.

```
var currentFontAction: NSFontAction { get }
```

## Discussion

The value of this property represents the current font action used by the [`convert(_:)`](/documentation/AppKit/NSFontManager/convert(_:)) method. This property is intended to be used to query the font conversion action while the action message (usually <doc://com.apple.documentation/documentation/ObjectiveC/NSObject-swift.class/changeFont:>) is being invoked.

---

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)