hello, First, sorry for such lousy description, I am new to javascript, so excuse my lack of actual code:
having a block of text rendered in a browser, text, in order to fit the space, will break into rows, I need to find where the newlines to add a new line some offset, then subtract the offset from the row word lenght (if needed) and get a new cicle untill there is something to do.
I was actually hoping to get an answer on the splitting on newlines, or at least finding out how long a row is by pixels.
thanks in advance :)