From 8296fa3a8fa773adbf7544910fd12f84c278cfc3 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 14 Oct 2025 15:32:16 -0400 Subject: text rendering which doesn't work --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') diff --git a/state.h b/state.h index b3f8600..3089233 100644 --- a/state.h +++ b/state.h @@ -22,6 +22,7 @@ typedef struct { float advance_x, advance_y; uint32_t bitmap_width, bitmap_height; float texture_offset; + float texture_size; } metric_t; typedef struct { -- cgit v1.2.3