Xiqual 0.9.1

In file xigfx/fonts.c:

void xi_puttext

(xifont* font, SDL_Surface* scr, int x, int y,
  char* text)

Print text using an xifont.

Documentation

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.

Author:
Ronny Bangsund
See Also:
xi_loadfont(), xifont

Alphabetic index



This page was generated with the help of DOC++.