aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h4
1 files changed, 2 insertions, 2 deletions
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 {