Page 1 of 1

How to use unicode for localisation text?

Posted: Wed May 25, 2005 1:18 am
by pepe
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

plzz

Posted: Fri May 27, 2005 3:23 am
by pepe
How to display Thai Language

Posted: Fri May 27, 2005 4:27 am
by Tooh
Hello.
Image

The following images are the default font which is built into the engine (C:\irrlicht-0.10.0\media\fonthaettenschweiler.bmp) and my Thai font.
Image Image

Posted: Wed Jun 01, 2005 3:24 am
by pepe
how to show that and I want Example
thank

Posted: Sun Jun 12, 2005 5:41 pm
by nutpor
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.