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