|
Graphviz
2.31.20130521.0446
|
#include <stdlib.h>#include <string.h>#include "gvplugin_render.h"#include "gvplugin_device.h"#include "gvio.h"#include "agxbuf.h"#include "utils.h"#include "ps.h"#include "const.h"
Go to the source code of this file.
| #define PDFMAX 14400 |
Definition at line 36 of file gvrender_core_ps.c.
| enum format_type |
Definition at line 38 of file gvrender_core_ps.c.
{
{FORMAT_PS, "ps:ps", 1, NULL, &device_features_ps},
{FORMAT_PS2, "ps2:ps", 1, NULL, &device_features_ps},
{FORMAT_EPS, "eps:ps", 1, NULL, &device_features_eps},
{0, NULL, 0, NULL, NULL}
}
Definition at line 496 of file gvrender_core_ps.c.
Definition at line 491 of file gvrender_core_ps.c.
1.7.5