NSLayoutManager.CharacterIndexForGlyphAtIndex(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 index of the first character associated with the glyph at the specified index.
[Foundation.Export("characterIndexForGlyphAtIndex:")]
public virtual nuint CharacterIndexForGlyphAtIndex (nuint glyphIndex);
abstract member CharacterIndexForGlyphAtIndex : nuint -> nuint
override this.CharacterIndexForGlyphAtIndex : nuint -> nuint
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
System.System.UIntPtr
System.unativeint
- Attributes
Remarks
If AllowsNonContiguousLayout is false
, calling this method will result in generating all glyphs up to and including glyphIndex
.