---
title: acceptsGlyphInfo
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextinputcontext/acceptsglyphinfo
---

# acceptsGlyphInfo

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

## Declaration

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

## Discussion

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

## See Also

### Configuring the Input Context

- [allowedInputSourceLocales](appkit/nstextinputcontext/allowedinputsourcelocales.md)
