NSLayoutManager.RangeOfNominallySpacedGlyphsContainingIndex(nuint) 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.
The largest range of glyphs surrounding the glyph at the specified index that can be displayed using only advancement, not pairwise kerning or other adjustments.
[Foundation.Export("rangeOfNominallySpacedGlyphsContainingIndex:")]
public virtual Foundation.NSRange RangeOfNominallySpacedGlyphsContainingIndex (nuint glyphIndex);
abstract member RangeOfNominallySpacedGlyphsContainingIndex : nuint -> Foundation.NSRange
override this.RangeOfNominallySpacedGlyphsContainingIndex : nuint -> Foundation.NSRange
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes