|
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.
|