From 92b0fd4608e11d505c4aabee9449ad564aaae69d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 14 Oct 2025 16:20:23 -0400 Subject: bearing works --- state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'state.h') diff --git a/state.h b/state.h index 4e4b99a..d75bac2 100644 --- a/state.h +++ b/state.h @@ -22,8 +22,8 @@ typedef struct { float advance_x, advance_y; uint32_t bitmap_width, bitmap_height; int32_t bearing_x, bearing_y; - float texture_offset; - float texture_size; + float texture_x_start; + float texture_x_end; } metric_t; typedef struct { -- cgit v1.2.3