Is there a way to put text in several rectangles, text not fitting into the first rectangle going to the next rectangle (etc.), as used in paper newspapers.
displayFormattedText
has only one rectangle as parameter, and AFAIK (haskell newbie!) the implementation simply ignores the text rest.
If not, I will try to add a function with rectangle array as parameter.
Is there a way to put text in several rectangles, text not fitting into the first rectangle going to the next rectangle (etc.), as used in paper newspapers.
displayFormattedTexthas only one rectangle as parameter, and AFAIK (haskell newbie!) the implementation simply ignores the text rest.
If not, I will try to add a function with rectangle array as parameter.