Instance Method
setPreviousKerning(_:to:direction:)
Sets the kerning value between a previous layer and this layer.
Not available in Objective-C.Not available in Python.
Declaration
func setPreviousKerning(_ value: CGFloat?, to previousLayer: GSLayer, direction: GSWritingDirection)Discussion
Pass nil to remove the kerning value.
See Also
Kerning Values
Kerning dictionary for observing kerning changes.
Kerning value between a previous layer and this layer, or
nilwhen no kerning value is defined.Kerning value between this layer and a next layer, or
nilwhen no kerning value is defined.Sets the kerning value between this layer and a next layer.