# `GSGlyphInfo.desc`

*Instance Property*

## Declaration

```swift
var desc: String? { get set }
```

```objc
@property (nonatomic, strong) NSString * desc;
```

[See also `desc` in the Python API](https://docu.glyphsapp.com/#GSGlyphInfo.desc)

```python
pyobjc_instanceMethods.desc() -> str
pyobjc_instanceMethods.setDesc_(desc: str)
```

