Print text using an xifont.
Print text using an xifont. Given an xifont, this function will print text going from left to right on the desired SDL surface, starting at the specified position.This is much faster than using SDL_ttf, but lacks much flexibility. It is more suited for on-the-fly printing to the screen, though.