Instance Method
previousKerningIsException(to:direction:) previousKerningExceptionForLayer:direction: previousKerningExceptionForLayer_direction_
Whether the pair between a previous layer and this layer has a kerning exception.
Declaration
func previousKerningIsException(to previousLayer: GSLayer, direction: GSWritingDirection) -> BoolDeclaration
- (BOOL) previousKerningExceptionForLayer:(GSLayer *) previousLayer direction:(GSWritingDirection) direction;Declaration
previousKerningExceptionForLayer_direction_(previousLayer: GSLayer, direction: GSWritingDirection) -> boolParameters
previousLayerThe 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
Sets whether the pair between a previous layer and this layer has a kerning exception.
Whether the pair between this layer and a next layer has a kerning exception.
Sets whether the pair between this layer and a next layer has a kerning exception.