Dear All!
I am using the following code for top to bottom char layout ;It displays a text like first attachments however I insert a space between HI and ALL.Code:
I want the output like second attachmnts.
What should I do for that?
Printable View
Dear All!
I am using the following code for top to bottom char layout ;It displays a text like first attachments however I insert a space between HI and ALL.Code:
I want the output like second attachmnts.
What should I do for that?
Try this one:-
textEdit.setPlainText("H\n" "I\n" "\n" "A\n" "L\n" "L\n");
Dear JPN!
May you see & suggest my problem? How a way I solved?
Because I have a need of vertical text editor.
You can always implement the whole document layout yourself if nothing else helps.