From ec8c94dc43db11c79ef58b212cacfadec09bb59c Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 17 Oct 2025 18:21:51 -0400 Subject: lines argument --- state.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'state.h') diff --git a/state.h b/state.h index e3640fd..242970e 100644 --- a/state.h +++ b/state.h @@ -41,6 +41,7 @@ typedef struct { typedef struct { char* text; size_t pixel_len; + text_buffer_t text_buffer; } item_t; typedef struct { @@ -84,7 +85,10 @@ typedef struct { FT_Face ft_face; FT_Int32 load_flags; atlas_t atlas; - float line_height; + uint32_t line_height; + + // arguments + int lines; // state char* input_buffer; -- cgit v1.2.3