Declaration

func nextKerningIsException(to nextLayer: GSLayer, direction: GSWritingDirection) -> Bool

Declaration

- (BOOL) nextKerningExceptionForLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;

Declaration

nextKerningExceptionForLayer_direction_(nextLayer: GSLayer, direction: GSWritingDirection) -> bool

Parameters

nextLayer

The layer after this layer.

Discussion

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

See Also

Kerning Exceptions