Declaration

- (CGFloat) nextKerningForLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;

Declaration

nextKerningForLayer_direction_(nextLayer: GSLayer, direction: GSWritingDirection) -> float

Parameters

nextLayer

The 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