xdot (3) Linux Manual Page
libxdot – parsing and deparsing of xdot operations Synopsis #include <graphviz/xdot.h> typedef enum { xd_left, xd_center, xd_right } xdot_align; typedef struct { double x, y, z; } xdot_point; typedef struct { double x, y, w, h; } xdot_rect; typedef struct { int cnt; xdot_point *pts; } xdot_polyline; typedef struct { double x, y; xdot_align align;…
