Skip to main content
Associate
October 24, 2025
Solved

Touchgfx text area (linespacing)

  • October 24, 2025
  • 2 replies
  • 179 views

Hi, 

i would need information about setLineSpacing (int16 space) method in textarea widget.

Documentation says that it's used for increasing space between lines, but the parameter "space" defines the space in pixel or other unit measurement ?

Thanks a lot anyone can help me

 

Best answer by ferro

Hi @bobbi5 

"the parameter "space" defines the space in pixel"

Seems so, yes

 

\include\touchgfx\widgets\TextArea.hpp

ferro_0-1761302430486.png

 

2 replies

ferro
ferroBest answer
Lead
October 24, 2025

Hi @bobbi5 

"the parameter "space" defines the space in pixel"

Seems so, yes

 

\include\touchgfx\widgets\TextArea.hpp

ferro_0-1761302430486.png

 

bobbi5Author
Associate
October 24, 2025

Hi @ferro , thank you so much