Instance Method
legacyNames(_:weight:width:custom:) legacyNames:weight:width:custom: legacyNames_weight_width_custom_
splits the name into values that can be stored in v1 files
Declaration
func legacyNames(_ name: String, weight: AutoreleasingUnsafeMutablePointer<NSString>?, width: AutoreleasingUnsafeMutablePointer<NSString>?, custom: AutoreleasingUnsafeMutablePointer<NSString>?)Declaration
- (void) legacyNames:(NSString *) name weight:(NSString **) weight width:(NSString **) width custom:(NSString **) custom;Declaration
legacyNames_weight_width_custom_(name: str) -> tuple[str, str, str]