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.");
Result:

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.");
Font used: http://www.mediafire.com/?rivmzrikzk12p5w
Using Irrlicht svn rev 3767
