How to display chinese character??

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Roger

How to display chinese character??

Post by Roger »

hi,
i have try to use the example HelloWorld to display chinese, but seems cant display correctly.
How to display chinese in irrlicht environment?
thx~
^^"
Roger
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Are you making your own font to display?

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1738
Crud, how do I do this again?
Roger

Post by Roger »

i am only want to display chinese but can't....

Code: Select all

	
guienv->addStaticText(L"Hello World 大家好!",	
		rect<int>(10,10,200,30), true);
the screen only shows "Hello World |||", the english can be shown, but not chinese.....
how to display chinese?
btw, i have try IrrFontTool, but seems no any chinese on clipboard only english.....=.="
Thx for you hele~
Post Reply