Declaration

func replaceKey(_ newKey: String, forMasterIds masterIds: [String], leftKey: String, rightKey: String, side: String, writingDirection: GSWritingDirection)

Declaration

- (void) replaceKey:(NSString *) newKey forMasterIds:(NSArray<NSString *> *) masterIds leftKey:(NSString *) leftKey rightKey:(NSString *) rightKey side:(NSString *) side writingDirection:(GSWritingDirection) writingDirection;

Declaration

replaceKey_forMasterIds_leftKey_rightKey_side_writingDirection_(newKey: str, masterIds: list[str], leftKey: str, rightKey: str, side: str, writingDirection: GSWritingDirection)

Discussion

side uses the kerning-side names used by the Objective-C API.

See Also

Kerning Maintenance