i have loaded the fonts with the oldFontEngine in irrlicht 1.3.1, but now draw() function doesn't work
f->draw(L"...", rect<s32>(180, 100, 280, 130), SColor(255, 255, 255, 255));
actually i want to add a white text to GUIEnvironment, but i couldn't manage to do it with addStaticText() function so i tried draw() func. if there is a way to add text with static text in white color, please tell me how:)
what can be the reason?
In the mean time does newFontEngine work well?
IGUIFont::draw()
Re: IGUIFont::draw()
Yes.emre2345 wrote:In the mean time does newFontEngine work well?
You can check my project -> credit stuff and see how I draw text, I use fonts AND IGUIStaticText so check it out it might help you.

