Arthur Bacci
Arthur Bacci
> > > Thanks for reviewing it. I've updated the part to calculate the cursor position. > > > > > > Thank you. Now you just need to also...
What you are doing now seems right, except that you should use gi_to_wi (grapheme index to width index) instead of wi_to_gi
Seems to work well, tested with the unicode-test.txt file and it seems to correctly set the x position for complex grapheme sequences. Thank you a lot for your contribution. I...