NSLayoutManager.CharacterRangeForGlyphRange Method

Definition

Overloads

CharacterRangeForGlyphRange(NSRange)
Obsolete.

The range of characters that generated the glyphs in the specified glyph range.

CharacterRangeForGlyphRange(NSRange, NSRange)

The range of characters that generated the specified glyph range.

CharacterRangeForGlyphRange(NSRange)

Caution

Use 'GetCharacterRange' instead.

The range of characters that generated the glyphs in the specified glyph range.

[System.Obsolete("Use 'GetCharacterRange' instead.")]
public Foundation.NSRange CharacterRangeForGlyphRange (Foundation.NSRange charRange);
member this.CharacterRangeForGlyphRange : Foundation.NSRange -> Foundation.NSRange

Parameters

charRange
NSRange

Returns

Attributes

Applies to

CharacterRangeForGlyphRange(NSRange, NSRange)

The range of characters that generated the specified glyph range.

public Foundation.NSRange CharacterRangeForGlyphRange (Foundation.NSRange charRange, ref Foundation.NSRange actualCharRange);
member this.CharacterRangeForGlyphRange : Foundation.NSRange *  -> Foundation.NSRange

Parameters

charRange
NSRange
actualCharRange
NSRange

Returns

Applies to