From 2b4305b89e0aee24e0f6d5470e4be9abb4854943 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 28 Oct 2025 01:40:34 -0400 Subject: non fancy scroll --- font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font.c') diff --git a/font.c b/font.c index 0ce3561..7c08bf8 100644 --- a/font.c +++ b/font.c @@ -70,7 +70,7 @@ bool freetype_init(client_state* state, const char* file) { } state->load_flags = FT_LOAD_RENDER | FT_LOAD_TARGET_NORMAL; state->line_height = state->ft_face->size->metrics.height >> 6; - state->horizontal_spacing = state->line_height / 2.0f; + state->horizontal_spacing = state->line_height / 1.3f; return true; } -- cgit v1.2.3