libdrawtext
diff src/drawtext.h @ 20:c091833c2354
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 18 Mar 2013 06:06:26 +0200 |
parents | 365eba4dccec |
children | c750059a1258 |
line diff
1.1 --- a/src/drawtext.h Mon Aug 27 05:04:19 2012 +0300 1.2 +++ b/src/drawtext.h Mon Mar 18 06:06:26 2013 +0200 1.3 @@ -116,6 +116,8 @@ 1.4 /* draws a utf-8 string starting at the origin. \n \r and \t are handled appropriately. */ 1.5 void dtx_string(const char *str); 1.6 1.7 +void dtx_printf(const char *fmt, ...); 1.8 + 1.9 /* render any pending glyphs (see dtx_draw_buffering) */ 1.10 void dtx_flush(void); 1.11