X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxfont.h;h=0c18a568f02ce4411b251bb3ecf43b9f1cc3d45a;hp=a553ea4de1195fa626041eba3c7f4e433d55eb28;hb=fc713269e9d26d1be92f70e1ff0d508c94a65dba;hpb=0e93bb43429d78593cd45ae509e5114f6ab31a52 diff --git a/lib/gfxfont.h b/lib/gfxfont.h index a553ea4..0c18a56 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -32,7 +32,7 @@ extern "C" { /* The quality parameter is given by 1 divided by the zoom factor at which the font still looks good. 1=normal, 0.5=double resolution etc. */ -gfxfont_t* gfxfont_load(char*id, char*filename, unsigned int flags, double quality); +gfxfont_t* gfxfont_load(const char*id, const char*filename, unsigned int flags, double quality); void gfxfont_save(gfxfont_t*font, const char*filename); void gfxfont_save_eot(gfxfont_t*font, const char*filename); void gfxfont_fix_unicode(gfxfont_t*font);