deleteGlyphs(in:)
Deletes the specified glyphs from the glyph cache maintained by the layout manager.
Declaration
func deleteGlyphs(in glyphRange: NSRange)Parameters
- glyphRange:
The range of glyphs to be deleted.
Discussion
A subclass can override this method to interact with custom glyph storage.