From a3edeef3d506d3a498c727fc4ba96cfa99673622 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 19 Oct 2025 19:49:52 -0400 Subject: selected background --- font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font.c') diff --git a/font.c b/font.c index c67e427..9b0ba48 100644 --- a/font.c +++ b/font.c @@ -66,7 +66,7 @@ bool freetype_init(client_state* state, const char* file) { } state->load_flags = FT_LOAD_RENDER; state->line_height = state->ft_face->size->metrics.height >> 6; - state->horizontal_spacing = state->line_height / 2.0f; + state->horizontal_spacing = state->line_height; return true; } -- cgit v1.2.3