NSLayoutManager.GetRangeOfNominallySpacedGlyphsContainingIndex 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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSRange GetRangeOfNominallySpacedGlyphsContainingIndex(UIntPtr glyphIndex);
[<Foundation.Export("rangeOfNominallySpacedGlyphsContainingIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRangeOfNominallySpacedGlyphsContainingIndex : unativeint -> Foundation.NSRange
override this.GetRangeOfNominallySpacedGlyphsContainingIndex : unativeint -> Foundation.NSRange
Parameters
- glyphIndex
-
UIntPtr
unativeint
Returns
- Attributes