MonobjcMonobjc Documented Class Library
GlyphRangeForCharacterRangeActualCharacterRange Method (charRange, actualCharRange)
NamespacesMonobjc.AppKitNSTypesetterGlyphRangeForCharacterRangeActualCharacterRange(NSRange, NSRange%)

Returns the range for the glyphs mapped to the characters of the text store in the specified range.

Original signature is '- (NSRange)glyphRangeForCharacterRange:(NSRange)charRange actualCharacterRange:(NSRangePointer)actualCharRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange GlyphRangeForCharacterRangeActualCharacterRange(
	NSRange charRange,
	ref NSRange actualCharRange
)
Public Overridable Function GlyphRangeForCharacterRangeActualCharacterRange ( _
	charRange As NSRange, _
	ByRef actualCharRange As NSRange _
) As NSRange
public:
virtual NSRange GlyphRangeForCharacterRangeActualCharacterRange(
	NSRange charRange, 
	NSRange% actualCharRange
)
Parameters
charRange (NSRange)
The range of the characters whose glyph range is desired.
actualCharRange (NSRange%)
On return, all characters mapped to those glyphs; may be NULL.
Return Value
The range for the glyphs mapped to the characters of the text store in charRange.
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)