Instance Method
nextKerningForLayer:direction: nextKerningForLayer:direction: nextKerningForLayer_direction_
Kerning value between this layer and a next layer.
Not available in Swift.
Declaration
- (CGFloat) nextKerningForLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;Declaration
nextKerningForLayer_direction_(nextLayer: GSLayer, direction: GSWritingDirection) -> floatParameters
nextLayerThe layer after this layer.
Discussion
The value is resolved for the layer’s associated master and the requested writing direction. Group kerning and kerning exceptions are considered. Returns NSNotFound when no kerning value is defined.
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.
Sets the kerning value between this layer and a next layer.