My question is how to draw text that will be in two, or more lines?
I have tried to manualy breake text using \n or \f but it did not worked. I got empty square printed instead of new line.
This is what I have:
i dont think you can get text in new line by using /n .
Normally you have to use /n/r if you want to display text in rich edit control.
By systemgc you have to set y position to get text in another line.