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

nextLayer

The 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