Instance Method
setPreviousKerningIsException(_:to:direction:) setPreviousKerningException:forLayer:direction: setPreviousKerningException_forLayer_direction_
Sets whether the pair between a previous layer and this layer has a kerning exception.
Declaration
func setPreviousKerningIsException(_ exception: Bool, to previousLayer: GSLayer, direction: GSWritingDirection)Declaration
- (void) setPreviousKerningException:(BOOL) exception forLayer:(GSLayer *) previousLayer direction:(GSWritingDirection) direction;Declaration
setPreviousKerningException_forLayer_direction_(exception: bool, previousLayer: GSLayer, direction: GSWritingDirection)Parameters
previousLayerThe layer before this layer.
Discussion
Enabling the exception keeps the current resolved kerning value as a glyph-specific value. Disabling the exception restores use of group kerning when possible.
See Also
Kerning Exceptions
Whether the pair between a previous layer and this layer has a kerning exception.
Whether the pair between this layer and a next layer has a kerning exception.
Sets whether the pair between this layer and a next layer has a kerning exception.