can not create a new paragraph
sorry sir, library you can not create a new paragraph if the text had crossed the line or if the text is too long ... please repaired if the text is too long for the new paragraph will be made ...........
@ghozimahdi Have you been able to solve this problem?
I am still facing this issue, my text is larger than 1 line but it is not coming in next line whereas I am using addText(text,true) this method but nothing happening.
I am also facing issue
I've forked this repo, added multiline text support and made pull request. For now you can copy source code of library and use it. Link to repo
Thank you so much for update.
but still splitting word.
Eg :I have receipt printing problem I have receipt print ing problem
Expected output : I have receipt printing problem
it should not print line this, right?
@jssamsul updated library. Pass second parameter as true in order not to cut word addMultilineText(longText, true).
Here is another solution for multi-line without split words: https://github.com/iabdelgawaad/DrawMultiLineText