Contents

whitespace

An action that adds whitespace.

Declaration

static var whitespace: NSLayoutManager.ControlCharacterAction { get }

Discussion

The width for a glyph with this action is determined by the delegate method layoutManager(_:shouldUse:forControlCharacterAt:) if the method is implemented; otherwise, same as NSControlCharacterZeroAdvancementAction.

See Also

Actions