3dphotoshoot

diff libs/drawtext/drawtext.h @ 22:d7fe157c402d

fonts
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 13 Jun 2015 05:32:07 +0300
parents c71c477521ca
children
line diff
     1.1 --- a/libs/drawtext/drawtext.h	Thu Jun 11 04:56:33 2015 +0300
     1.2 +++ b/libs/drawtext/drawtext.h	Sat Jun 13 05:32:07 2015 +0300
     1.3 @@ -20,6 +20,7 @@
     1.4  
     1.5  #include <stdio.h>
     1.6  #include <stdlib.h>
     1.7 +#include "assman.h"
     1.8  
     1.9  struct dtx_font;
    1.10  struct dtx_glyphmap;
    1.11 @@ -90,7 +91,7 @@
    1.12   * freetype support.
    1.13   */
    1.14  struct dtx_glyphmap *dtx_load_glyphmap(const char *fname);
    1.15 -struct dtx_glyphmap *dtx_load_glyphmap_stream(FILE *fp);
    1.16 +struct dtx_glyphmap *dtx_load_glyphmap_stream(ass_file *fp);
    1.17  int dtx_save_glyphmap(const char *fname, const struct dtx_glyphmap *gmap);
    1.18  int dtx_save_glyphmap_stream(FILE *fp, const struct dtx_glyphmap *gmap);
    1.19