TouchGFX - Truncated line when using word wrapping
Hello,
I'm working on a TouchGFX GUI and I have some text areas which need to be automatically wrapped on several lines.
I'm using
Text_guideline.setTypedText(touchgfx::TypedText(guideline));
Text_guideline.setWideTextAction(WIDE_TEXT_WORDWRAP);
Text_guideline.resizeHeightToCurrentText();then the text is wrapped on several lines (as expected), but the 2nd line is truncated : its width is equal to that of the first line. I included images with the text "Buona ventilazione" on 2 lines, note that I fully see the second line only when I pad the first one to be wider.
Here is my question : How can I fully display each line even if they are wider than the first line, for a line-wrapped text ?
Thank you in advance for any help !

