NSLayoutManager.CharacterRangeForGlyphRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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