dungeon_crawler

diff prototype/drawtext/drawtext.h @ 29:2fc004802739

lalala
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 26 Aug 2012 03:39:32 +0300
parents e122ba214ee1
children
line diff
     1.1 --- a/prototype/drawtext/drawtext.h	Sat Aug 25 20:20:56 2012 +0300
     1.2 +++ b/prototype/drawtext/drawtext.h	Sun Aug 26 03:39:32 2012 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  libdrawtext - a simple library for fast text rendering in OpenGL
     1.6 -Copyright (C) 2011  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2011-2012  John Tsiombikas <nuclear@member.fsf.org>
     1.8  
     1.9  This program is free software: you can redistribute it and/or modify
    1.10  it under the terms of the GNU Lesser General Public License as published by
    1.11 @@ -153,6 +153,7 @@
    1.12  
    1.13  
    1.14  /* ---- metrics ---- */
    1.15 +float dtx_line_height(void);
    1.16  
    1.17  /* rendered dimensions of a single glyph */
    1.18  void dtx_glyph_box(int code, struct dtx_box *box);