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

previousLayer

The 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