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

Inserts the given glyphs into the glyph cache and maps them to the specified characters. (required)

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
void InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex(
	IntPtr glyphs,
	NSUInteger length,
	NSUInteger glyphIndex,
	NSUInteger charIndex
)
Sub InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex ( _
	glyphs As IntPtr, _
	length As NSUInteger, _
	glyphIndex As NSUInteger, _
	charIndex As NSUInteger _
)
void InsertGlyphsLengthForStartingGlyphAtIndexCharacterIndex(
	IntPtr glyphs, 
	NSUInteger length, 
	NSUInteger glyphIndex, 
	NSUInteger charIndex
)
Parameters
glyphs (IntPtr)
The glyphs to insert.
length (NSUInteger)
Number of glyphs to insert.
glyphIndex (NSUInteger)
Location 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)