I would like to create a multi-line text box which is upside down. The text box should be a fixed size, any texts that does not fit should be cut off. The text box size should not be adjusted to fit the excess text, nor should the text be shrunk to fit the text box.
I can create a regular multi-line text box using the PDF_TextBox script here http://www.fpdf.org/en/script/script52.php.
I can also rotate a single line of text using the RPDF script here http://www.fpdf.org/en/script/script31.php.
How can I combine these two scripts to produce a multi-line rotated (upside down) text box?