MonobjcMonobjc Documented Class Library
GlyphIndexForCharacterAtIndex Method (charIndex)
NamespacesMonobjc.AppKitNSLayoutManagerGlyphIndexForCharacterAtIndex(NSUInteger)

Returns the index of the first glyph associated with the character at the specified index.

Original signature is '- (NSUInteger)glyphIndexForCharacterAtIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.5 and later.

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