libdrawtext
diff src/drawtext.h @ 21:c750059a1258
font2glyphmap tool
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 15 Apr 2014 03:33:39 +0300 |
parents | 462bcb69de15 |
children | df6d52b36bd6 |
line diff
1.1 --- a/src/drawtext.h Mon Mar 18 06:06:26 2013 +0200 1.2 +++ b/src/drawtext.h Tue Apr 15 03:33:39 2014 +0300 1.3 @@ -82,7 +82,7 @@ 1.4 int dtx_get_glyphmap_height(struct dtx_glyphmap *gmap); 1.5 1.6 /* The following functions can be used even when the library is compiled without 1.7 - * freetype support. (TODO) 1.8 + * freetype support. 1.9 */ 1.10 struct dtx_glyphmap *dtx_load_glyphmap(const char *fname); 1.11 struct dtx_glyphmap *dtx_load_glyphmap_stream(FILE *fp);