Search found 5 matches
- Thu Oct 27, 2005 1:29 pm
- Forum: Project Announcements
- Topic: MultiByte Language support pack for Irrlicht
- Replies: 62
- Views: 71638
- Wed Oct 26, 2005 6:36 pm
- Forum: Beginners Help
- Topic: Japanese Text Display error
- Replies: 6
- Views: 1006
- Wed Oct 26, 2005 6:33 pm
- Forum: Beginners Help
- Topic: Japanese Text Display error
- Replies: 6
- Views: 1006
- Tue Oct 25, 2005 4:17 pm
- Forum: Beginners Help
- Topic: Japanese Text Display error
- Replies: 6
- Views: 1006
- Mon Oct 24, 2005 12:40 pm
- Forum: Beginners Help
- Topic: Japanese Text Display error
- Replies: 6
- Views: 1006
Japanese Text Display error
Hello, I tried adding some japanese text to Irrlicht gui display but soon found that the addStaticText function cannot display the text properly, resulting in "blocky squares" displayed for each character. The code look like this: wchar_t* text = L"オフィス翻訳"; guienv->addStaticText(...