polygon intersector: added horizontal line reconstruction
[swftools.git] / lib / gfxfont.h
index 70583e8..695e965 100644 (file)
@@ -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*id, char*filename, unsigned int flags, double quality);
 void gfxfont_free(gfxfont_t*font);
 
 #ifdef __cplusplus