# `GSGlyphsInfo niceGlyphNameForName:`

*Instance Method*

Converts a name to a standardized name

## Declaration

```swift
func niceGlyphName(forName name: String) -> String
```

```objc
- (NSString *) niceGlyphNameForName:(NSString *) name;
```

```python
niceGlyphNameForName_(name: str) -> str
```

## Parameters

- `name` — The name.

## Return Value

The nice-name.

## Discussion

E.G. converts afii10017 to A-cy

