From c46a160aa0618182c92f8a135fd8a35e53cdb4bf Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 31 May 2026 09:44:56 +0200 Subject: Boxdraw Support --- hb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hb.c') diff --git a/hb.c b/hb.c index 211f23a..99412c8 100644 --- a/hb.c +++ b/hb.c @@ -36,9 +36,9 @@ static RuneBuffer hbrunebuffer = { 0, NULL }; /* * Poplulate the array with a list of font features, wrapped in FEATURE macro, * e. g. - * + * FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g') */ -hb_feature_t features[] = { FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g')}; +hb_feature_t features[] = { }; void hbunloadfonts() -- cgit