Search found 12 matches
- Tue Jun 19, 2007 06:38
- Forum: Help
- Topic: CEGUI::Window::subscribeEvent -> How do you unsubscribe
- Replies: 1
- Views: 2058
- Tue Jun 12, 2007 08:57
- Forum: Help
- Topic: [SOLVED] CEGUI::String <-> wchar_t ?
- Replies: 4
- Views: 4247
- Mon Jun 11, 2007 09:58
- Forum: Help
- Topic: Arabic Unicode
- Replies: 14
- Views: 9293
Thanks for your posts anyway - gave me some new thoughts... :) About determining the correct order of glyphs: i assume that you have found a generic way of doing this? I mean will your solution also work with other languages which have a dependent glyph order? I fear that there is no real generic wa...
- Fri Jun 08, 2007 07:19
- Forum: Help
- Topic: Arabic Unicode
- Replies: 14
- Views: 9293
Here is my final solution for displaying arabic language with CEGUI, maybe it's usefull for someone: First get minibidi.c from this location: http://cvs.arabeyes.org/viewcvs/projects/adawat/minibidi/ I've put everything into a class Minibidi for better usage. Minibidi::doBidi will do the reordering ...
- Wed Jun 06, 2007 06:28
- Forum: Help
- Topic: How to get rid of error FontManager::getFont - A Font object
- Replies: 3
- Views: 3516
- Wed Jun 06, 2007 06:19
- Forum: Help
- Topic: new to cegui - need help loading font & layout
- Replies: 3
- Views: 3727
- Tue Jun 05, 2007 08:25
- Forum: Help
- Topic: [SOLVED] CEGUI::String <-> wchar_t ?
- Replies: 4
- Views: 4247
- Mon Jun 04, 2007 14:20
- Forum: Help
- Topic: Arabic Unicode
- Replies: 14
- Views: 9293
I am now some steps further with my application. I've found an algorithm to determine the correct glyphs in the correct order and have put them into a wchar_t[]. The last step that I am missing: How can I display this? I have already read the threads on why wchars or utf16 aren't implemented in CEGU...
- Fri May 25, 2007 07:59
- Forum: Help
- Topic: Arabic Unicode
- Replies: 14
- Views: 9293
I wonder if the font itself defines its order: left-to-right or right-to-left. Or maybe one of IBM's ICU functions. I could not find out until now where these things are defined. I guess that some of the work is left to the application that uses the font - I'm still up with searching for a way how ...
- Thu May 24, 2007 07:52
- Forum: Help
- Topic: Arabic Unicode
- Replies: 14
- Views: 9293
- Wed May 23, 2007 14:05
- Forum: Help
- Topic: Tooltips not showing up
- Replies: 4
- Views: 3425
I am using
without anything else (like setDefaultTooltip) and it works fine.
Code: Select all
btn->setTooltipText("Test");
btn->setTooltipType("WindowsLook/Tooltip");
without anything else (like setDefaultTooltip) and it works fine.
- Wed May 23, 2007 12:15
- Forum: Help
- Topic: Arabic Unicode
- Replies: 14
- Views: 9293
Arabic Unicode
Hi, I started to create my application's frontend with CEGUI and everything worked great so far. But for future localisation purposes I have to enable to put all the text into arabic language. Displaying for example Thai signs works fine but arabic doesn't - so I guess it's not supported yet? There ...