Jump to content

[SOLVED] Text wrapping not working with WidgetEditText


photo

Recommended Posts

Font wrapping doesn't seem to work on WidgetEditText. It doesn't have any effect event after setFontWrap(1).

 

For a quick repro, replace WidgetLabel with WidgetEditText in font_00 sample project.

Link to comment
  • 3 weeks later...

Ok. It was kind of misleading to have the setFontWrap() in the Widget base class.

However it would be great to have wrap and rich text options for WidgetEditText.

Link to comment

Not planned, sorry. WidgetEditText is basically really simple multi-line strings. I've added information that this class does not support wrap and rich text options options into docs.

Link to comment
×
×
  • Create New...