Sorry for the simple question, but I want to limit a label to a certain size and if the string exceeds the limited size I would like to add a "..." at the end of the string. I know that to limit a label size I just have to set MaxWidth in the inspector, but how would I know that the limited size is exceeded to replace the exceeding characters and add the "..." to the Label.text?
Thank you!