CEGUI (Crazy Eddie's GUI) Forums
The official forum for CEGUI
http://cegui.org/forum/
How to make the CEGUI::Statictext multiline
http://cegui.org/forum/viewtopic.php?f=10&t=3379
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.