# `GSGlyphInfo.sortName`

*Instance Property*

## Declaration

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

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

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

```python
pyobjc_instanceMethods.sortName() -> str
pyobjc_instanceMethods.setSortName_(sortName: str)
```

