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

# acceptsGlyphInfo

A Boolean value that indicates whether the receiver accepts the glyph info attribute.

## Declaration

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

## Discussion

Discussion true if the receiver accepts the NSGlyphInfoAttributeName attribute from text input sources such as input methods and the pasteboard, false otherwise.

## See Also

### Dragging

- [dragImageForSelection(with:origin:)](appkit/nstextview/dragimageforselection(with:origin:).md)
- [dragOperation(for:type:)](appkit/nstextview/dragoperation(for:type:).md)
- [dragSelection(with:offset:slideBack:)](appkit/nstextview/dragselection(with:offset:slideback:).md)
