it works!! thank you so much!!
I know my mistake, and if I save the source code into UTF8 that works too...
Search found 4 matches
- Wed Oct 12, 2005 04:08
- Forum: Offtopic Discussion
- Topic: probleme about chinese display and input,thanks a lot..
- Replies: 11
- Views: 17830
- Wed Oct 12, 2005 03:04
- Forum: Offtopic Discussion
- Topic: do cegui have a good suggestion about load font?
- Replies: 1
- Views: 3049
do cegui have a good suggestion about load font?
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...
- Tue Oct 11, 2005 03:51
- Forum: Offtopic Discussion
- Topic: probleme about chinese display and input,thanks a lot..
- Replies: 11
- Views: 17830
probleme about chinese display and input,thanks a lot..
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"...
- Sun Oct 09, 2005 06:59
- Forum: Offtopic Discussion
- Topic: How to deal input with EditBox or MultiLineEditBox that indi
- Replies: 3
- Views: 7849
Re: How to deal input with EditBox or MultiLineEditBox that
hi, I have tried this way,but when loadScheme,something gone wrong,I trace that error occurs when loading font resource ,can you give me some advice?