From 83c420de93875d512b0fa10af57a3d335079a5b6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 4 Dec 2001 22:31:12 +0000 Subject: Oops - missed out a set_font call which was bizarrely causing strikethrough on bullets. *boggle* [originally from svn r1454] --- bk_whlp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bk_whlp.c b/bk_whlp.c index 03b5779..d23357c 100644 --- a/bk_whlp.c +++ b/bk_whlp.c @@ -281,6 +281,7 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords, whlp_para_attr(h, WHLP_PARA_FIRSTLINEINDENT, -36); whlp_set_tabstop(h, 72, WHLP_ALIGN_LEFT); whlp_begin_para(h, WHLP_PARA_SCROLL); + whlp_set_font(h, FONT_NORMAL); if (p->type == para_Bullet) { whlp_text(h, "\x95"); } else { -- cgit v1.1