<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextEffectStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSTextEffectStyle"
  },
  "title" : "NSTextEffectStyle"
}
-->

# NSTextEffectStyle

Constants for the type of effect to apply to the text.

```
typedef NSString * NSTextEffectStyle;
```

## Discussion

Use this constant as the value for the [`NSTextEffectAttributeName`](/documentation/AppKit/NSTextEffectAttributeName) key.

## Topics

### Getting the style

[`extern NSTextEffectStyle const NSTextEffectLetterpressStyle;`](/documentation/AppKit/NSTextEffectLetterpressStyle)

A graphical text effect that gives glyphs the appearance of letterpress printing, which involves pressing the type into the paper.



---

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)