Search found 6 matches
- Tue Nov 17, 2009 10:51
- Forum: Help
- Topic: OGRE v1.6.4 and CEGUI-0.7.1
- Replies: 1
- Views: 1989
OGRE v1.6.4 and CEGUI-0.7.1
Hi I'm trying to upgrade my ogre application to CEGUI-0.7.1 so i download CEGUI-0.7.1 and build it like this: http://www.ogre3d.org/wiki/index.php/Building_CEGUI and i get all .lib and .dll files I need without any problems. When i copy .dll and .lib files to my ogre application and run it I get thi...
- Thu Nov 05, 2009 21:40
- Forum: Help
- Topic: Different text look
- Replies: 5
- Views: 4458
Re: Different text look
I made this today to show exactly what is my problem. http://a.imagehost.org/0557/2_37.png Windows look exactly the same but text is rendering different (left windows from game right from editor) Now the question is how to make game render text like editor do (in practice it looks much better).
- Thu Nov 05, 2009 16:11
- Forum: Help
- Topic: Different text look
- Replies: 5
- Views: 4458
Re: Different text look
I tried run my game with differents anti-aliasing value, didn't help. I set font in layout file like that: <Property Name="Font" Value="Houdini-10" /> I use exactly the same font, imageset, scheme and looknfeel files in both game and editor. I figured out that editor use OpenGL (...
- Thu Nov 05, 2009 08:12
- Forum: Help
- Topic: Different text look
- Replies: 5
- Views: 4458
Re: Different text look
Yes, is the same. I use Menu->View->Make Exactly 1024 x 768 and game resolution is 1024 x 768 too. I think it's something with text align because each text is a bit lower then it should.
- Wed Nov 04, 2009 21:04
- Forum: Help
- Topic: Different text look
- Replies: 5
- Views: 4458
Different text look
Hi. I have small problem with text look. I'm using CELayoutEditor for make layout file and everything is fine but when i load this layout to my game somethings look different. It isn't big difference but it's. In editor it looks better so why it Can't look the same in game. http://img337.imageshack....
- Sat Oct 24, 2009 11:35
- Forum: Help
- Topic: MultiColumnList headers problem
- Replies: 1
- Views: 1266
MultiColumnList headers problem
Hi. I want to change MultiColumnList column headers font but have no idea how to... I wrote this code: CEGUI::MultiColumnList* mclbox = (CEGUI::MultiColumnList*)CEGUI::WindowManager::getSingleton().getWindow("PlayersColumn"); mclbox->setProperty("Font", "Hudini-6"); mcl...