Code: Select all
CEGUI::Font * font = CEGUI::FontManager::getSingletonPtr()->createFont("Iconified-12.font");
CEGUI::System::getSingletonPtr()->setDefaultFont(font);
Thats how I do it
Moderators: CEGUI MVP, CEGUI Team
Code: Select all
CEGUI::Font * font = CEGUI::FontManager::getSingletonPtr()->createFont("Iconified-12.font");
CEGUI::System::getSingletonPtr()->setDefaultFont(font);
Code: Select all
FontManager::getSingleton().createFont("Commonwealth-10.font");
Users browsing this forum: Google [Bot] and 4 guests