MonobjcMonobjc Documented Class Library
DeleteGlyphsInRange Method (glyphRange)
NamespacesMonobjc.AppKitNSTypesetterDeleteGlyphsInRange(NSRange)

Deletes the specified glyphs from the glyph cache maintained by the layout manager.

Original signature is '- (void)deleteGlyphsInRange:(NSRange)glyphRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DeleteGlyphsInRange(
	NSRange glyphRange
)
Public Overridable Sub DeleteGlyphsInRange ( _
	glyphRange As NSRange _
)
public:
virtual void DeleteGlyphsInRange(
	NSRange glyphRange
)
Parameters
glyphRange (NSRange)
The range of glyphs to be deleted.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)