Declaration

func horizontalShift(_ shift: CGFloat, otherShifts: [String : NSValue]?)

Declaration

- (void) horizontalShift:(CGFloat) shift otherShifts:(NSDictionary<NSString *,NSValue *> *) otherShifts;

Declaration

horizontalShift_otherShifts_(shift: float, otherShifts: dict[str, NSValue])

Parameters

shift

The horizontal displacement in layer coordinates.

otherShifts

Base glyph names mapped to their simultaneous displacement vectors.

See Also

Shifting Content