MonobjcMonobjc Documented Class Library
InsertGlyphAtGlyphIndexCharacterIndex Method (glyph, glyphIndex, charIndex)
NamespacesMonobjc.AppKitNSLayoutManagerInsertGlyphAtGlyphIndexCharacterIndex(UInt32, NSUInteger, NSUInteger)

Inserts a single glyph into the glyph stream at the given index and maps it to the character at the given character index.

Original signature is '- (void)insertGlyph:(NSGlyph)glyph atGlyphIndex:(NSUInteger)glyphIndex characterIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertGlyphAtGlyphIndexCharacterIndex(
	uint glyph,
	NSUInteger glyphIndex,
	NSUInteger charIndex
)
Public Overridable Sub InsertGlyphAtGlyphIndexCharacterIndex ( _
	glyph As UInteger, _
	glyphIndex As NSUInteger, _
	charIndex As NSUInteger _
)
public:
virtual void InsertGlyphAtGlyphIndexCharacterIndex(
	unsigned int glyph, 
	NSUInteger glyphIndex, 
	NSUInteger charIndex
)
Parameters
glyph (UInt32)
The glyph to insert.
glyphIndex (NSUInteger)
The index at which to insert the glyph.
charIndex (NSUInteger)
The index of the character to which the glyph is mapped.
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)