<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSAttributedString/Key/adaptiveImageGlyph",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@NSAdaptiveImageGlyphAttributeName"
  },
  "title" : "adaptiveImageGlyph"
}
-->

# adaptiveImageGlyph

The adaptive image glyph for the text.

```
static let adaptiveImageGlyph: NSAttributedString.Key
```

## Discussion

The value of this attribute is an <doc://com.apple.documentation/documentation/AppKit/NSAdaptiveImageGlyph> object. The default value of this property is `nil`, which indicates there is no adaptive image glyph.

---

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)