Sets the direction of the specified glyphs for bidirectional text.
Original signature is '- (void)setBidiLevels:(const uint8_t *)levels forGlyphRange:(NSRange)glyphRange'
Available in Mac OS X v10.4 and later.

Declaration Syntax
public virtual void SetBidiLevelsForGlyphRange(
IntPtr levels,
NSRange glyphRange
)
Public Overridable Sub SetBidiLevelsForGlyphRange ( _
levels As IntPtr, _
glyphRange As NSRange _
)
public:
virtual void SetBidiLevelsForGlyphRange(
IntPtr levels,
NSRange glyphRange
)

Parameters
- levels (IntPtr)
- Values in levels can range from 0 to 61 as defined by Unicode Standard Annex #9.
- glyphRange (NSRange)
- The range of glyphs for which the bidirectional text levels are desired.

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)