Page 1 of 1

CEGUI 0.4 -> 0.5 port issue

Posted: Wed Apr 25, 2007 15:57
by daves
We have been using Ogre Dagon+CEGUI 0.4 for a while now.
This week we tried to port to Ogre Eihort + CEGUI 0.5.

When I try to load the windowslook.scheme file in a call to

CEGUI::SchemeManager::getSingleton().loadScheme(mGuiLook + ".scheme");

we get the following exception:
- d_message {d_cplength=85 d_reserve=86 d_encodedbuff=0x0d761d70 "FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown." ...} CEGUI::String


I dont even see any where in our files where we reference a Dynamic font. What should I look for?

Posted: Wed Apr 25, 2007 16:15
by lindquist
Take a look at:
http://www.cegui.org.uk/wiki/index.php/ ... .0_Release

there is a section on font system changes there!

HTH

Posted: Wed Apr 25, 2007 17:15
by daves
Thanks. This did solve my problem.