Hi.
I have question about bitmap font sizing: is it true, that for each size I must create own imageset?
Thanks.
Search found 3 matches
- Wed Mar 28, 2007 14:08
- Forum: Help
- Topic: Bitmap font sizing
- Replies: 0
- Views: 1897
- Thu May 25, 2006 09:58
- Forum: Modifications / Integrations / Customisations
- Topic: Problems with loadWindowLayout
- Replies: 1
- Views: 1076
Problems with loadWindowLayout
Hi everybody. :) I have fonde the reason of this bug. But have no time to explore this problem more deep. But it is very interesting and usefull to know. May be somebody know why so happend: I have used Layout with specific name when program fly out. When I have deleted the name and use uniq generat...
- Tue May 16, 2006 13:31
- Forum: Modifications / Integrations / Customisations
- Topic: Problems with loadWindowLayout
- Replies: 1
- Views: 1076
Problems with loadWindowLayout
Hi everybody. I have some problems with multiple loading layout. I am creating latout CEGUI::WindowManager* mgr = CEGUI::WindowManager::getSingletonPtr(); m_window = mgr->loadWindowLayout("LoadingScreen.layout"); Then I am destroy it CEGUI::WindowManager::getSingleton(&...