libdrawtext

diff src/drawtext.h @ 59:e0957fc47162

added dtx_char_at_pt (not tested)
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 18 Sep 2011 01:30:30 +0300
parents 095ff7ca4e74
children 55c034e70809
line diff
     1.1 --- a/src/drawtext.h	Sat Sep 17 10:09:58 2011 +0300
     1.2 +++ b/src/drawtext.h	Sun Sep 18 01:30:30 2011 +0300
     1.3 @@ -169,6 +169,8 @@
     1.4   */
     1.5  float dtx_char_pos(const char *str, int n);
     1.6  
     1.7 +int dtx_char_at_pt(const char *str, float pt);
     1.8 +
     1.9  #ifdef __cplusplus
    1.10  }
    1.11  #endif