Page 1 of 1

Font::defineFontGlyphs_imp exception

Posted: Sat Apr 09, 2005 00:59
by BradDaBug
Sorry, I'm a total CEGUI n00b.

Whenever I try to create a font I get an exception that says "Exception: Font::defineFontGlyphs_impl - operation requires a texture larger than the supported maximum." What does that mean?

Re: Font::defineFontGlyphs_imp exception

Posted: Sat Apr 09, 2005 02:04
by Nikon
I had this problem as well not too long ago, and if I rememeber correctly, I believe that the problem was caused because I was trying to make the font before I called:

Code: Select all

renderer = new OpenGLRenderer(1024);
new System(renderer);


Of course if you are using a renderer other than the OpenGL one, that call will be different.

Hope that fixes it!