From: ellson Date: Wed, 6 Sep 2006 11:58:04 +0000 (+0000) Subject: add fontclolor to _ldraw in -Txdot X-Git-Tag: LAST_LIBGRAPH~32^2~5898 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c487e97ca31ff9d86e7779bf7520a700a84544e4;p=graphviz add fontclolor to _ldraw in -Txdot fixes bug#1014 --- diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index c36930a04..ed9c66e96 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -184,6 +184,7 @@ static void xdot_textpara(GVJ_t * job, pointf p, textpara_t * para) sprintf(buf, "F %f ", para->fontsize); agxbput(xbufs[emit_state], buf); xdot_str (job, "", para->fontname); + xdot_pencolor(job); switch (para->just) { case 'l':