Instance Method
setNextKerning:forLayer:direction: setNextKerning:forLayer:direction: setNextKerning_forLayer_direction_
Sets the kerning value between this layer and a next layer.
Not available in Swift.
Declaration
- (void) setNextKerning:(CGFloat) value forLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;Declaration
setNextKerning_forLayer_direction_(value: float, nextLayer: GSLayer, direction: GSWritingDirection)Parameters
nextLayerThe 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
Kerning dictionary for observing kerning changes.
Kerning value between a previous layer and this layer.
Sets the kerning value between a previous layer and this layer.
Kerning value between this layer and a next layer.