I need to write in javascript (jquery) a function that is aware of the number of characters that fit in a line of the browser window. I'm using a monospace font to ease the problem, but it would be better if I generalize it for different fonts.
How can I know how many characters would fill a row in the browser?
The intention is to count the number of characters that fill a line.
Thanks.
