It's increadible.. I've already forgotten how to change the font..
Code:
gui::IGUIStaticText* text = env->addStaticText(
L"visit http://www.infernusweb.net",
core::rect<s32>(10,453,200,475), true, true, 0, -1, true);
_____________
How do I change this font texture so it uses: media/fontArial.bmp
?
Font texture..
Font texture..
BlueLight
From the meshviewer example:
Code: Select all
// set a nicer font
IGUISkin* skin = env->getSkin(); IGUIFont* font = env->getFont("../../media/fonthaettenschweiler.bmp"); if (font) skin->setFont(font);
If it exists in the real world, it can be created in 3d
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram