X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxfont.h;h=a3e1acc16d410b40c18b21ffc8287a141814f7bb;hp=9644213356a48bfd219722f0e43fbf31fac37a7d;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hpb=bb635d6bf7fd21a5b5f64144b94fedd8336c3658 diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 9644213..a3e1acc 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -32,8 +32,12 @@ 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*filename, 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); void gfxfont_free(gfxfont_t*font); +void gfxfont_add_unicode2glyph(gfxfont_t*font); #ifdef __cplusplus }