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?
Font::defineFontGlyphs_imp exception
Moderators: CEGUI MVP, CEGUI Team
Re: Font::defineFontGlyphs_imp exception
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:
Of course if you are using a renderer other than the OpenGL one, that call will be different.
Hope that fixes it!
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!
Return to “Modifications / Integrations / Customisations”
Who is online
Users browsing this forum: No registered users and 6 guests