Summary
Finds a glyph index for given character index.
- Namespace
- Avalonia
.Media - Containing Type
- GlyphRun
Syntax
public int FindGlyphIndex(int characterIndex)
Parameters
Name | Type | Description |
---|---|---|
characterIndex | int | The character index. |
Return Value
Type | Description |
---|---|
int | The glyph index. |