From: kramm Date: Sun, 9 Sep 2007 17:54:43 +0000 (+0000) Subject: added flags parameter to gfxfont_load X-Git-Tag: buttons-working~550 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=4a504ad268d2f34fa715c1a02736b0db04e4613a added flags parameter to gfxfont_load --- diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 9cf3d4c..695e965 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, double quality); +gfxfont_t* gfxfont_load(char*id, char*filename, unsigned int flags, double quality); void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus