Some body help me I want to use unicode for my country text
//my code
gui::IGUIStaticText* text;
text = env->addStaticText(L"Test ไทย text !", core::rect<s32>(10,465,200,500), true);
text->setOverrideColor(video::SColor(100,255,255,255));
What wrong!
I live in Asia and I'm sorry for my English
How to use unicode for localisation text?
How to use unicode for localisation text?
chaiyo chaiyo
I use freetype2 with some modification to code from this =>
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=3995.
Seem that this code still had problem with video::EDT_OPENGL.
If you want the modified code pm me.
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=3995.
Seem that this code still had problem with video::EDT_OPENGL.
If you want the modified code pm me.
Don't look back, Look in the ~MIRROR~ to look back.