NSLayoutManager.RangeOfNominallySpacedGlyphsContainingIndex(nuint) Method

Definition

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

Applies to