]> granicus.if.org Git - graphviz/commitdiff
Fix bug in html code; make sure htmlfont info is passed along
authorEmden Gansner <erg@research.att.com>
Wed, 24 Aug 2011 19:24:25 +0000 (15:24 -0400)
committerEmden Gansner <erg@research.att.com>
Wed, 24 Aug 2011 19:24:25 +0000 (15:24 -0400)
during rendering

lib/common/htmltable.c

index c0e16a7a48d0333c9db02cd6690c5d1bee97aeb5..45b9d43da5bcb40f2c20d21d74eebcfec5d9bf34 100644 (file)
@@ -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;