Text is not working with SleekSpace skin
Posted: Sat Mar 07, 2009 16:18
Hi there.
I am using AquaLook skin for my project, and it's working great.
I did a test today, using SleekSpace cuz i found it nice too, but the texts i have in my GUI do not appear.
The font used in AquaLook is loaded inside AquaLookSkin.scheme, and no C++ code is used to load it. But in SleekSpace, the file SleekSpace.scheme does not contain font informations, so i load the font inside my app:
CEGUI::FontManager::getSingleton().createFont("bluehighway-12.font"));
It didn't work. So i copy&paste the font infos from AquaLookSkin.scheme to SleekSpace.scheme:
<Font Name="BlueHighway-12" Filename="bluehighway-12.font" />
<Font Name="BlueHighway-10" Filename="bluehighway-10.font" />
<Font Name="BlueHighway-8" Filename="bluehighway-8.font" />
Does anybody know what's going on, or how can i fix it?
Thanks.
I am using AquaLook skin for my project, and it's working great.
I did a test today, using SleekSpace cuz i found it nice too, but the texts i have in my GUI do not appear.
The font used in AquaLook is loaded inside AquaLookSkin.scheme, and no C++ code is used to load it. But in SleekSpace, the file SleekSpace.scheme does not contain font informations, so i load the font inside my app:
CEGUI::FontManager::getSingleton().createFont("bluehighway-12.font"));
It didn't work. So i copy&paste the font infos from AquaLookSkin.scheme to SleekSpace.scheme:
<Font Name="BlueHighway-12" Filename="bluehighway-12.font" />
<Font Name="BlueHighway-10" Filename="bluehighway-10.font" />
<Font Name="BlueHighway-8" Filename="bluehighway-8.font" />
Does anybody know what's going on, or how can i fix it?
Thanks.