MonobjcMonobjc Documented Class Library
ReplaceGlyphAtIndexWithGlyph Method (glyphIndex, newGlyph)
NamespacesMonobjc.AppKitNSLayoutManagerReplaceGlyphAtIndexWithGlyph(NSUInteger, UInt32)

Replaces the glyph at the given index with a new glyph.

Original signature is '- (void)replaceGlyphAtIndex:(NSUInteger)glyphIndex withGlyph:(NSGlyph)newGlyph'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceGlyphAtIndexWithGlyph(
	NSUInteger glyphIndex,
	uint newGlyph
)
Public Overridable Sub ReplaceGlyphAtIndexWithGlyph ( _
	glyphIndex As NSUInteger, _
	newGlyph As UInteger _
)
public:
virtual void ReplaceGlyphAtIndexWithGlyph(
	NSUInteger glyphIndex, 
	unsigned int newGlyph
)
Parameters
glyphIndex (NSUInteger)
Index of the glyph to replace.
newGlyph (UInt32)
The new glyph.
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)