Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.
extern gvplugin_installed_t gvrender_pango_types;
extern gvplugin_installed_t gvtextlayout_pango_types;
extern gvplugin_installed_t gvloadimage_pango_types;
+extern gvplugin_installed_t gvdevice_pango_types;
static gvplugin_api_t apis[] = {
{API_render, &gvrender_pango_types},
{API_textlayout, &gvtextlayout_pango_types},
{API_loadimage, &gvloadimage_pango_types},
+ {API_device, &gvdevice_pango_types},
{(api_t)0, 0},
};