> Instead of SDL_AllocSurface you would use SDL_CreateRGBSurface and > then blit all the chars using SDL_BlitSurface. OK, thanks a lot! (but that's only half of the solution)