示例#1
0
 public int GetCharacterIndexAt(Vector2 position)
 {
     validate();
     return(textLayout.GetCharacterIndexAt(position * scaling));
 }