X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxfont.h;fp=lib%2Fgfxfont.h;h=1058db6734ac1b9d1fd0e1b0140513d86f1f5a31;hb=4c389168a91bf083e434885fbfd8f51c6dab56fc;hp=695e965959ef2d6b88ec2d3e6b582716992447ef;hpb=b3522ab3ec8a2ba1b6d7c882f4cb51418a8f5fa4;p=swftools.git diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 695e965..1058db6 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -33,6 +33,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); +void gfxfont_save(gfxfont_t*font, const char*filename); void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus