From 2fe11f2546b08ab6257bdb594606600087c270e6 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 30 Apr 2023 10:42:05 +0200 Subject: fix bold is bright --- drw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drw.c') diff --git a/drw.c b/drw.c index 766220d..5297ab1 100644 --- a/drw.c +++ b/drw.c @@ -452,7 +452,7 @@ draw_char(Canvas *canvas, FontCache *fontcache, uint_least32_t charcode, unsigne stroke_size = 0; } - FT_Stroker_Set(font->stroke, stroke_size, FT_STROKER_LINECAP_BUTT, FT_STROKER_LINEJOIN_ROUND, 0); + FT_Stroker_Set(font->stroke, stroke_size, FT_STROKER_LINECAP_SQUARE, FT_STROKER_LINEJOIN_BEVEL, 0); cg = load_bitmap(font, charcode); -- cgit v1.2.3-70-g09d2