Instance Method
setNextKerningIsException(_:to:direction:) setNextKerningException:forLayer:direction: setNextKerningException_forLayer_direction_
Sets whether the pair between this layer and a next layer has a kerning exception.
Declaration
func setNextKerningIsException(_ exception: Bool, to nextLayer: GSLayer, direction: GSWritingDirection)Declaration
- (void) setNextKerningException:(BOOL) exception forLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;Declaration
setNextKerningException_forLayer_direction_(exception: bool, nextLayer: GSLayer, direction: GSWritingDirection)Parameters
nextLayerThe layer after 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.
Sets 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.