From d885e783db203ca74c29e76d9db6d30e77073798 Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 24 Aug 2011 15:24:25 -0400 Subject: [PATCH] Fix bug in html code; make sure htmlfont info is passed along during rendering --- lib/common/htmltable.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.0