|
Graphviz
2.31.20130618.0446
|
#include <stdarg.h>#include <stdlib.h>#include <string.h>#include "macros.h"#include "const.h"#include "gvplugin_render.h"#include "gvplugin_device.h"#include "gvio.h"#include "gvcint.h"
Go to the source code of this file.
| enum format_type |
Definition at line 30 of file gvrender_core_tk.c.
{
0,
{0.,0.},
{0.,0.},
{96.,96.},
}
Definition at line 415 of file gvrender_core_tk.c.
{
{FORMAT_TK, "tk:tk", 1, NULL, &device_features_tk},
{0, NULL, 0, NULL, NULL}
}
Definition at line 427 of file gvrender_core_tk.c.
{
{FORMAT_TK, "tk", 1, &tkgen_engine, &render_features_tk},
{0, NULL, 0, NULL, NULL}
}
Definition at line 422 of file gvrender_core_tk.c.
{
GVRENDER_Y_GOES_DOWN
| GVRENDER_NO_WHITE_BG,
4.,
NULL,
0,
COLOR_STRING,
}
Definition at line 406 of file gvrender_core_tk.c.
Definition at line 373 of file gvrender_core_tk.c.
1.7.5