Page 1 of 1

How to make the CEGUI::Statictext multiline

Posted: Mon Jul 07, 2008 01:31
by finezwx
How to make the CEGUI::Statictext multiline
thank you very much

Posted: Mon Jul 07, 2008 08:20
by scriptkid
Hi and welcome :)

You need to enable word wrapping. Please read this bit: http://www.cegui.org.uk/wiki/index.php/ ... StaticText

or look at the TextDemo, which provides an interactive sample of modifying a StaticText' behaviour.

HTH.