libdrawtext

diff src/drawtext.h @ 69:982f2464b8a7

added dtx_printf
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 28 Feb 2013 18:51:33 +0200
parents 365eba4dccec
children c750059a1258
line diff
     1.1 --- a/src/drawtext.h	Sun Aug 26 04:43:09 2012 +0300
     1.2 +++ b/src/drawtext.h	Thu Feb 28 18:51:33 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