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

Enables the typesetter to insert a new glyph into the stream.

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

Available in Mac OS X v10.4 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 into the glyph cache.
glyphIndex (NSUInteger)
The index at which to insert glyph.
charIndex (NSUInteger)
The index of the character that glyph maps to. If the glyph is mapped to several characters, charIndex should indicate the first character to which it’s 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)