Contents

invalidateDisplay(forGlyphRange:)

Invalidates a range of glyphs, requiring new layout information, and updates the appropriate regions of any text views that display those glyphs.

Declaration

func invalidateDisplay(forGlyphRange glyphRange: NSRange)

Parameters

  • glyphRange:

    The range of glyphs to invalidate.

Discussion

You should rarely need to invoke this method.

See Also

Invalidating glyphs and layout