|
|
新版本中OGRE使用的是CEGUI系统。
在CEGUI论坛中看到这样的贴子。
is the cegui can display international language like chinese now ? 
Hi,
Yes, it is possible to display any character/glyph. There are still some limitations; the main one being that we still only have support for left to right rendering.
To use the extended glyphs, you must properly define the glyh(s) you want to use for the font(s) you'll be working with.
Additionally, if you're intending to hard code the strings in cpp files, then ensure that the files are properly saved as utf8 encoded data. If you're using XML files, then providing the encoding is properly specified, the system should work okay.
CE. |
|