MonobjcMonobjc Documented Class Library
CharacterRangeForGlyphRangeActualGlyphRange Method (glyphRange, actualGlyphRange)
NamespacesMonobjc.AppKitNSTypesetterCharacterRangeForGlyphRangeActualGlyphRange(NSRange, NSRange%)

Returns the range for the characters in the receiver’s text store that are mapped to the specified glyphs.

Original signature is '- (NSRange)characterRangeForGlyphRange:(NSRange)glyphRange actualGlyphRange:(NSRangePointer)actualGlyphRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange CharacterRangeForGlyphRangeActualGlyphRange(
	NSRange glyphRange,
	ref NSRange actualGlyphRange
)
Public Overridable Function CharacterRangeForGlyphRangeActualGlyphRange ( _
	glyphRange As NSRange, _
	ByRef actualGlyphRange As NSRange _
) As NSRange
public:
virtual NSRange CharacterRangeForGlyphRangeActualGlyphRange(
	NSRange glyphRange, 
	NSRange% actualGlyphRange
)
Parameters
glyphRange (NSRange)
The range of glyphs.
actualGlyphRange (NSRange%)
On return, the range of all glyphs mapped to the characters in the receiver’s text store. May be NULL.
Return Value
The range for the characters in the receiver’s text store that are mapped to the glyphs in glyphRange.
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)