void bx_draw_text_f ( bx_window  win,
int  x,
int  y,
char  format[],
  ... 
)

A frontend of bx_draw_text() allowing the same format specifiers ("%d", "%s", "%f", ...) as the printf() functions family.

Parameters:
win the window owning the targeted canvas.
x,y the location of the anchor of the text on the canvas.
format a format string in the printf() style
... all extra arguments needed to match the '' specifiers of the format
Returns:
nothing.


Generated on Fri Oct 10 00:01:00 2008 for bx-lib : the Basic X11 Library tuned for C beginners by  doxygen 1.5.6