Gets the index of the text run that contains the nth character in a text object.
'Declaration
Public Function GetRunForChar( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As ImGearPDEText
Dim characterIndex As Integer
Dim value As Integer
value = instance.GetRunForChar(characterIndex)
public int GetRunForChar(
int
)
public: int GetRunForChar(
int
)
public:
int GetRunForChar(
int
)
Parameters
- characterIndex
- Index of the character to find in the text object.
Return Value
Index of the text run with the specified character index in the text object.