# `GSFontMaster legacyNames:weight:width:custom:`

*Instance Method*

splits the name into values that can be stored in v1 files

## Declaration

```swift
func legacyNames(_ name: String, weight: AutoreleasingUnsafeMutablePointer<NSString>?, width: AutoreleasingUnsafeMutablePointer<NSString>?, custom: AutoreleasingUnsafeMutablePointer<NSString>?)
```

```objc
- (void) legacyNames:(NSString *) name weight:(NSString **) weight width:(NSString **) width custom:(NSString **) custom;
```

```python
legacyNames_weight_width_custom_(name: str) -> tuple[str, str, str]
```

