Contents

deleteGlyphs(in:)

Deletes the glyphs in the given range from the receiver’s glyph store.

Declaration

func deleteGlyphs(in glyphRange: NSRange)

Parameters

  • glyphRange:

    The range of glyphs to delete.

Discussion

This method is for use by the glyph-generation mechanism and doesn’t perform any invalidation or generation of the glyphs or layout. This method should be invoked only during glyph generation and typesetting, in almost all cases only by the glyph generator or typesetter. For example, a custom glyph generator or typesetter might invoke it.

See Also

Methods