No text appearing anywhere (SOLVED!)
Posted: Thu Oct 19, 2006 21:01
I've written a new renderer to use CEGUI with the Gamebryo renderer. It works fine for buttons and stuff, but any text just plain doesn't get show.
The loadFromMemory() method of the texture class is being called correctly, and is writing data into the texture properly. I have no reason to believe that the renderer is at fault, although I can't prove that of course.
The code I am using is as close to straight out of the tutorials as I can tell. Is there any particular thing(s) that might make text (on buttons and statictexts) not render right? Do I need to set the font after using it, or are there properties I might need to change or anything?
The loadFromMemory() method of the texture class is being called correctly, and is writing data into the texture properly. I have no reason to believe that the renderer is at fault, although I can't prove that of course.
The code I am using is as close to straight out of the tutorials as I can tell. Is there any particular thing(s) that might make text (on buttons and statictexts) not render right? Do I need to set the font after using it, or are there properties I might need to change or anything?