# `GSGlyphsInfo glyphNameToFileName:`

*Type Method*

Returns a file name suitable for the given glyph name.

## Declaration

```swift
class func glyphName(toFileName glyphName: String) -> String
```

```objc
+ (NSString *) glyphNameToFileName:(NSString *) glyphName;
```

```python
glyphNameToFileName_(glyphName: str) -> str
```

## Discussion

The file name extension (`.glyph`) is not included in the return value.

