libdrawtext

diff src/drawtext.h @ 65:16879398fda7

added dtx_line_height query
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Aug 2012 18:27:54 +0300
parents 55c034e70809
children 462bcb69de15
line diff
     1.1 --- a/src/drawtext.h	Sat Aug 25 17:50:17 2012 +0300
     1.2 +++ b/src/drawtext.h	Sat Aug 25 18:27:54 2012 +0300
     1.3 @@ -153,6 +153,7 @@
     1.4  
     1.5  
     1.6  /* ---- metrics ---- */
     1.7 +float dtx_line_height(void);
     1.8  
     1.9  /* rendered dimensions of a single glyph */
    1.10  void dtx_glyph_box(int code, struct dtx_box *box);