fig_knowncolors, /* knowncolors */
sizeof(fig_knowncolors) / sizeof(char *), /* sizeof knowncolors */
RGBA_BYTE, /* color_type */
- "fig", /* imageloader for usershapes */
};
gvdevice_features_t device_features_fig = {
NULL, /* knowncolors */
0, /* sizeof knowncolors */
0, /* color_type */
- NULL, /* imageloader for usershapes */
};
static gvdevice_features_t device_features_map = {
NULL, /* knowncolors */
0, /* sizeof knowncolors */
HSVA_DOUBLE, /* color_type */
- "ps", /* imageloader for usershapes */
};
static gvdevice_features_t device_features_ps = {
svg_knowncolors, /* knowncolors */
sizeof(svg_knowncolors) / sizeof(char *), /* sizeof knowncolors */
RGBA_BYTE, /* color_type */
- "svg", /* imageloader for usershapes */
};
gvdevice_features_t device_features_svg = {
vml_knowncolors, /* knowncolors */
sizeof(vml_knowncolors) / sizeof(char *), /* sizeof knowncolors */
RGBA_BYTE, /* color_type */
- "vml", /* imageloader for usershapes */
};
gvdevice_features_t device_features_vml = {
NULL, /* knowncolors */
0, /* sizeof knowncolors */
RGBA_BYTE, /* color_type */
- "gd", /* imageloader for usershapes */
};
static gvdevice_features_t device_features_gd = {
NULL, /* knowncolors */
0, /* sizeof knowncolors */
RGBA_BYTE, /* color_type */
- "vrml", /* imageloader for usershapes */
};
static gvdevice_features_t device_features_vrml = {
0, /* knowncolors */
0, /* sizeof knowncolors */
RGBA_BYTE, /* color_type */
- NULL, /* imageloader for usershapes */
};
static gvdevice_features_t device_features_ming = {
0, /* knowncolors */
0, /* sizeof knowncolors */
RGBA_DOUBLE, /* color_type */
- "cairo", /* imageloader for usershapes */
};
static gvdevice_features_t device_features_png = {