Declaration

- (void) setNextKerning:(CGFloat) value forLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;

Declaration

setNextKerning_forLayer_direction_(value: float, nextLayer: GSLayer, direction: GSWritingDirection)

Parameters

nextLayer

The layer after this layer.

Discussion

The value is stored for the layer’s associated master and the requested writing direction. Group kerning is used unless the pair has a kerning exception. Pass CGFLOAT_MAX to remove the kerning value.

See Also

Kerning Values