sionlord
Joined: 09 Mar 2010 Posts: 10
|
Posted: Fri May 28, 2010 10:28 pm Post subject: SDL_ttf rendering problem |
|
|
Hello!
I have a problem rendering ttf fonts using SDL + SDL_ttf. I render my fonts with the TTF_RenderText_Solid method. The result I get in a PC build of the code is a good rendered text with transparent background. In PSP is different, I get the text rendered in the color I chose but the background is rendered using the text inverse color (not transparent). The method TTF_RenderText_Blended doesn't work.
I would be very grateful if you could tell me if I have to use a different method or I need to set some configuration parameter before.
Thanks. |
|