Instance Method
previousKerningForLayer:direction: previousKerningForLayer:direction: previousKerningForLayer_direction_
Kerning value between a previous layer and this layer.
Not available in Swift.
Declaration
- (CGFloat) previousKerningForLayer:(GSLayer *) previousLayer direction:(GSWritingDirection) direction;Declaration
previousKerningForLayer_direction_(previousLayer: GSLayer, direction: GSWritingDirection) -> floatParameters
previousLayerThe 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
Kerning dictionary for observing kerning changes.
Sets the kerning value between a previous layer and this layer.
Kerning value between this layer and a next layer.
Sets the kerning value between this layer and a next layer.