I’m trying to find a way to draw a string so that is ends abruptly with “…” without much hassle.
So, let’s imagine we have the string “Today is a sunny day.” But we can only draw in a area of width 100 pixels, so because of that limit only “Today is a su…” is drawn.
So, what’s the most right way to do this?