# `GSGlyphsInfo convertNames:inString:`

*Type Method*

## Declaration

```swift
class func convertNames(_ changeNames: [AnyHashable : Any], in featuresString: String) -> String
```

```objc
+ (NSString *) convertNames:(NSDictionary *) changeNames inString:(NSString *) featuresString;
```

```python
convertNames_inString_(changeNames: dict, featuresString: str) -> str
```

