when loading the font(I use chinese), for example, using the mingliu.ttc font, I should load the chinese code point from 199868 to 40868, that would cause crash for it create a 4096 size texture; and that would spend a long long time loading; gratefully, do you have any suggestion that solve the pro...
I have some problem in chinese display and input in CEGUI, as in the CEGUIchinesedemo i add a font to scheme and load font with following code: in the font xml: <?xml version="1.0" ?> <Font Name="mingliu" Filename="../datafiles/fonts/mingliu.ttc" Type="Dynamic"...