X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxfont.h;fp=lib%2Fgfxfont.h;h=9644213356a48bfd219722f0e43fbf31fac37a7d;hb=bb635d6bf7fd21a5b5f64144b94fedd8336c3658;hp=70583e802d8a548e9a1843e07b60fbc68c84a17b;hpb=e6425dcec64684d78e1cee29873af884c0a84afb;p=swftools.git diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 70583e8..9644213 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -30,7 +30,9 @@ extern "C" { #endif -gfxfont_t* gfxfont_load(char*filename); +/* 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*filename, double quality); void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus