X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxfont.h;h=f31d71fe7d97a1d4cd75e921864f2aaf53d882d6;hp=1058db6734ac1b9d1fd0e1b0140513d86f1f5a31;hb=879464ce804e0c877db5f4b47fdbfee812f99731;hpb=63cdecc2a38c4970370b16c826f478f7f6083091 diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 1058db6..f31d71f 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -34,6 +34,7 @@ extern "C" { still looks good. 1=normal, 0.5=double resolution etc. */ gfxfont_t* gfxfont_load(char*id, char*filename, unsigned int flags, double quality); void gfxfont_save(gfxfont_t*font, const char*filename); +void gfxfont_fix_unicode(gfxfont_t*font); void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus