Instance Method
nextKerningIsException(to:direction:) nextKerningExceptionForLayer:direction: nextKerningExceptionForLayer_direction_
Whether the pair between this layer and a next layer has a kerning exception.
Declaration
func nextKerningIsException(to nextLayer: GSLayer, direction: GSWritingDirection) -> BoolDeclaration
- (BOOL) nextKerningExceptionForLayer:(GSLayer *) nextLayer direction:(GSWritingDirection) direction;Declaration
nextKerningExceptionForLayer_direction_(nextLayer: GSLayer, direction: GSWritingDirection) -> boolParameters
nextLayerThe 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
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.
Sets whether the pair between this layer and a next layer has a kerning exception.