mohamed.irshad.k Posted June 21, 2012 Posted June 21, 2012 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.
frustum Posted July 10, 2012 Posted July 10, 2012 We have no wrap and rich text options for WidgetEditText, because it's designed for simple text editing.
mohamed.irshad.k Posted July 11, 2012 Author Posted July 11, 2012 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.
manguste Posted July 11, 2012 Posted July 11, 2012 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.
mohamed.irshad.k Posted July 12, 2012 Author Posted July 12, 2012 Good enough. But I will miss the addLine capability of WidgetEditText in WidgetLabel :)
Recommended Posts