From: Emden Gansner Date: Wed, 24 Aug 2011 19:24:25 +0000 (-0400) Subject: Fix bug in html code; make sure htmlfont info is passed along X-Git-Tag: LAST_LIBGRAPH~32^2~674^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d885e783db203ca74c29e76d9db6d30e77073798;p=graphviz Fix bug in html code; make sure htmlfont info is passed along during rendering --- diff --git a/lib/common/htmltable.c b/lib/common/htmltable.c index c0e16a7a4..45b9d43da 100644 --- a/lib/common/htmltable.c +++ b/lib/common/htmltable.c @@ -168,6 +168,7 @@ emit_htextparas(GVJ_t* job, int nparas, htextpara_t* paras, pointf p, tl.str = ti->str; tl.fontname = fname_; tl.fontsize = fsize_; + tl.font = ti->font; tl.yoffset_layout = ti->yoffset_layout; /* tl.yoffset_centerline = ti->yoffset_centerline; */ tl.yoffset_centerline = 1;