Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I need to draw several paragraphs of text into a bitmap. Is there any sort of text wrapping (chr(10) didnt work) for this or does each and every friggin line need to be separated and drawn separately? (I'm making a scrolling page of text) Thanks
ifDraw2D.DrawText draws only a single line. I previously posted this code to split a string into lines. After that you would just print each line in the returned array, incrementing the y position by the font's OneLineHeight for each line.