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.

C# | Visual Basic | Visual 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 )

- glyphIndex (NSUInteger)
- Index of the glyph to replace.
- newGlyph (UInt32)
- The new glyph.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)