MonobjcMonobjc Documented Class Library
CharacterIndexForGlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerCharacterIndexForGlyphAtIndex(NSUInteger)

Returns the index in the text storage for the first character associated with the given glyph.

Original signature is '- (NSUInteger)characterIndexForGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger CharacterIndexForGlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Function CharacterIndexForGlyphAtIndex ( _
	glyphIndex As NSUInteger _
) As NSUInteger
public:
virtual NSUInteger CharacterIndexForGlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
The index of the glyph for which to return the associated character.
Return Value
The index of the first character associated with the glyph at the specified index.
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)