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

# acceptsGlyphInfo

A Boolean value that indicates whether the client handles `NSGlyphInfoAttributeName` or not.

```
var acceptsGlyphInfo: Bool { get set }
```

## Discussion

The default value is determined by examining the return value from sending a `validAttributesForMarkedText` message to the client at initialization.

---

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)