How to find number of characters to print on one line
How can we find that how many characters of specific string we can print on a single line without wrapping in roImageCanvas? I am getting strings of news feeds from online source and want to print it in just one line and discard extra chracters.
I have looked into documentation of font and font registry but could not find a solution.