Contents

zeroAdvancement

An action that removes the glyph from layout.

Declaration

static var zeroAdvancement: NSLayoutManager.ControlCharacterAction { get }

Discussion

Glyphs with this action are filtered out from layout (notShownAttribute(forGlyphAt:) == YES for the glyph).

See Also

Actions