MonobjcMonobjc Documented Class Library
SetCharacterIndexForGlyphAtIndex Method (charIndex, glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerSetCharacterIndexForGlyphAtIndex(NSUInteger, NSUInteger)

Sets the index of the character corresponding to the glyph at the given glyph index.

Original signature is '- (void)setCharacterIndex:(NSUInteger)charIndex forGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetCharacterIndexForGlyphAtIndex(
	NSUInteger charIndex,
	NSUInteger glyphIndex
)
Public Overridable Sub SetCharacterIndexForGlyphAtIndex ( _
	charIndex As NSUInteger, _
	glyphIndex As NSUInteger _
)
public:
virtual void SetCharacterIndexForGlyphAtIndex(
	NSUInteger charIndex, 
	NSUInteger glyphIndex
)
Parameters
charIndex (NSUInteger)
The index to set.
glyphIndex (NSUInteger)
The glyph corresponding to the character whose index is set. The glyph must already be present.
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)