how to display chinaese font ?HELP!

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Guest

how to display chinaese font ?HELP!

Post by Guest »

when i display chinese font, it can not work correctly,

guienv->addStaticText(L"中文-IRR",rect<int>(10,10,60,60), true);

the button only show "||-IRR", But no chinese, and how to display chinese?

I search some topic in the forum ,but i can not find the answer?

can someone help me? thanks.
Guest

Post by Guest »

according to this
http://irrlicht.sourceforge.net/phpBB2/ ... font#21717
it's not currently possible.

You might have luck with CEGUI in the future, because this system might support chinese some day.

Cheers
Post Reply