MonobjcMonobjc Documented Class Library
InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex Method (glyphs, length, glyphIndex, charIndex)
NamespacesMonobjc.AppKitNSLayoutManagerInsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex(IntPtr, NSUInteger, NSUInteger, NSUInteger)

Inserts the given glyphs into the glyph cache at the given index and maps them to characters beginning at the given character index.

Original signature is '- (void)insertGlyphs:(const NSGlyph *)glyphs length:(NSUInteger)length forStartingGlyphAtIndex:(NSUInteger)glyphIndex characterIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex(
	IntPtr glyphs,
	NSUInteger length,
	NSUInteger glyphIndex,
	NSUInteger charIndex
)
Public Overridable Sub InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex ( _
	glyphs As IntPtr, _
	length As NSUInteger, _
	glyphIndex As NSUInteger, _
	charIndex As NSUInteger _
)
public:
virtual void InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex(
	IntPtr glyphs, 
	NSUInteger length, 
	NSUInteger glyphIndex, 
	NSUInteger charIndex
)
Parameters
glyphs (IntPtr)
The glyphs to insert.
length (NSUInteger)
The number of glyphs to insert.
glyphIndex (NSUInteger)
The index in the glyph cache to begin inserting glyphs.
charIndex (NSUInteger)
Index of first character to be 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)