StyledText.CharacterToCodePointIndex Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: StyledText
Converts a character index to a code point index
public int CharacterToCodePointIndex(int characterIndex);
Parameters
int characterIndex | The character index to convert |
Returns
int | The converted index |