Example:
Code: Select all
guienv->addComboBox(rect<s32>(20,20,120,40))->setToolTipText(L"In windowed mode, the resolution will not be\nlarger than the desktop resolution.");
![Image](http://i54.tinypic.com/a81aq.png)
Adding a few spaces before the new line will fix it. But still, it should work without that.
Code: Select all
guienv->addComboBox(rect<s32>(20,20,120,40))->setToolTipText(L"In windowed mode, the resolution will not be \nlarger than the desktop resolution.");
![Image](http://i51.tinypic.com/fk2txx.png)
Font used: http://www.mediafire.com/?rivmzrikzk12p5w
Using Irrlicht svn rev 3767