From: ellson Date: Wed, 19 Dec 2007 22:03:36 +0000 (+0000) Subject: use new gvprintnum routine in -Tps:core X-Git-Tag: LAST_LIBGRAPH~32^2~4967 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0951f6b30684cc933e2fe9b067a369bc299ebe4f;p=graphviz use new gvprintnum routine in -Tps:core --- diff --git a/lib/gvc/gvplugin_render.h b/lib/gvc/gvplugin_render.h index 281ae1aac..6b715428f 100644 --- a/lib/gvc/gvplugin_render.h +++ b/lib/gvc/gvplugin_render.h @@ -23,6 +23,9 @@ extern void gvdevice_fputs(GVJ_t * job, char *s); extern void gvdevice_printf(GVJ_t * job, const char *format, ...); +extern void gvdevice_printnum(GVJ_t * job, double num); +extern void gvdevice_printpointf(GVJ_t * job, pointf p); +extern void gvdevice_printpointflist(GVJ_t * job, pointf *p, int n); #ifdef __cplusplus extern "C" {