Declaration

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

Declaration

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

Declaration

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

Parameters

shift

The vertical displacement in layer coordinates.

otherShifts

Base glyph names mapped to their simultaneous displacement vectors.

See Also

Shifting Content