Search found 3 matches

by jingjie
Thu Oct 13, 2005 04:31
Forum: Offtopic Discussion
Topic: do cegui have a good suggestion about load font?
Replies: 1
Views: 2760

Re: do cegui have a good suggestion about load font?

this problem is happened by Huge rage of CodePoint , Especially code points of Chinese is total amount over 40000 words so that we can't load font by <GlyphRange StartCodepoint="19968" EndCodepoint="40868" />. I have a easy way that observes avaible glyphs. In another word You ca...
by jingjie
Tue Oct 11, 2005 07:58
Forum: Offtopic Discussion
Topic: probleme about chinese display and input,thanks a lot..
Replies: 11
Views: 15929

Re: probleme about chinese display and input,thanks a lot..

your problem about chinese display is that you don't tranfer your string into utf8 Format. I has two ways to support you. First Way if your project is Unicode Set, you have to trander Unicode into UTF8. example : //unicode->utf8 std::wstring szWstring(L"你好,世界!" ...
by jingjie
Thu Oct 06, 2005 06:32
Forum: Offtopic Discussion
Topic: How to deal input with EditBox or MultiLineEditBox that indi
Replies: 3
Views: 7377

How to deal input with EditBox or MultiLineEditBox that indi

I try to let EditBox or MultiEditBox support to indicate Unicode character. :P But I don't handle MS-IME Messages like WM_IME_COMPOSITION,WM_IME_ENDCOMPOSITION etc. If someone interests it , you can do it like directx9.0c IME-EditBox, it's very cool. Currently It's working to to indicate Unicode cha...

Go to advanced search