# `GSGlyphInfo.altNames`

*Instance Property*

## Declaration

```swift
var altNames: [Any]? { get set }
```

```objc
@property (nonatomic, strong) NSArray * altNames;
```

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

```python
pyobjc_instanceMethods.altNames() -> list
pyobjc_instanceMethods.setAltNames_(altNames: list)
```

