Instance Method
previousKerning(to:direction:)
Kerning value between a previous layer and this layer, or nil when no kerning value is defined.
Not available in Objective-C.Not available in Python.
Declaration
func previousKerning(to previousLayer: GSLayer, direction: GSWritingDirection) -> CGFloat?See Also
Kerning Values
Kerning dictionary for observing kerning changes.
Sets the kerning value between a previous layer and this layer.
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.