Declaration

- (CGFloat) previousKerningForLayer:(GSLayer *) previousLayer direction:(GSWritingDirection) direction;

Declaration

previousKerningForLayer_direction_(previousLayer: GSLayer, direction: GSWritingDirection) -> float

Parameters

previousLayer

The layer before 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