NSLayoutManager.GlyphRangeForCharacterRange 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
GlyphRangeForCharacterRange(NSRange) |
Obsolete.
The range of glyphs generated for the specified characters. |
GlyphRangeForCharacterRange(NSRange, NSRange) |
Obsolete.
The range of glyphs generated for the specified characters. |
GlyphRangeForCharacterRange(NSRange)
Caution
Use 'GetGlyphRange' instead.
The range of glyphs generated for the specified characters.
[System.Obsolete("Use 'GetGlyphRange' instead.")]
public Foundation.NSRange GlyphRangeForCharacterRange (Foundation.NSRange charRange);
member this.GlyphRangeForCharacterRange : Foundation.NSRange -> Foundation.NSRange
Parameters
- charRange
- NSRange
Returns
- Attributes
Applies to
GlyphRangeForCharacterRange(NSRange, NSRange)
Caution
Use 'GetGlyphRange' instead.
The range of glyphs generated for the specified characters.
[System.Obsolete("Use 'GetGlyphRange' instead.")]
public Foundation.NSRange GlyphRangeForCharacterRange (Foundation.NSRange charRange, ref Foundation.NSRange actualCharRange);
member this.GlyphRangeForCharacterRange : Foundation.NSRange * -> Foundation.NSRange
Parameters
- charRange
- NSRange
- actualCharRange
- NSRange
Returns
- Attributes