Hi,
I want to render a String which is
- not hardcoded but retrieved (so no hardcoding)
- longer then can be displayed in a single line.
So what I would need to do is:
- figure out how many characters would fit in a single line of the display
- include line breaks into the String (actually without breaking words would be great)
Any idea if there is something available, or would this to be implemented custom?
Best,
Stefan