<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemLegibleOutput/textStylingResolution-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemLegibleOutput(py)textStylingResolution"
  },
  "title" : "textStylingResolution"
}
-->

# textStylingResolution

A string identifier indicating the degree of text styling to be applied to attributed strings vended by the  object.

```
var textStylingResolution: AVPlayerItemLegibleOutput.TextStylingResolution { get set }
```

## Discussion

Valid values are described in `Text Style Settings`.  An exception (<doc://com.apple.documentation/documentation/Foundation/NSExceptionName/invalidArgumentException>) is raised if this property is set to any other value.

The default value is [`default`](/documentation/AVFoundation/AVPlayerItemLegibleOutput/TextStylingResolution-swift.struct/default), which indicates that attributed strings vended by the receiver includes the same level of styling information that would be used if the text was rendered by an instance of [`AVPlayerLayer`](/documentation/AVFoundation/AVPlayerLayer).

> Note:
> This is an advanced feature and you should rarely need to change it from the default value.

---

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)