typedef TT_Fonthandle* Imager__Font__TT;
#endif
-#ifdef HAVE_FT2
-typedef FT2_Fonthandle* Imager__Font__FT2;
-#endif
-
/* for the fill objects
Since a fill object may later have dependent images, (or fills!)
we need perl wrappers - oh well
#define IFILL_DESTROY(fill) i_fill_destroy(fill);
typedef i_fill_t* Imager__FillHandle;
+typedef io_glue *Imager__IO;
+
#endif