Declaration

func previousKerningIsException(to previousLayer: GSLayer, direction: GSWritingDirection) -> Bool

Declaration

- (BOOL) previousKerningExceptionForLayer:(GSLayer *) previousLayer direction:(GSWritingDirection) direction;

Declaration

previousKerningExceptionForLayer_direction_(previousLayer: GSLayer, direction: GSWritingDirection) -> bool

Parameters

previousLayer

The layer before this layer.

Discussion

A kerning exception stores a glyph-specific value instead of using the right-side kerning group of this layer’s glyph.

See Also

Kerning Exceptions