diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-14 16:20:23 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-14 16:20:23 -0400 |
| commit | 92b0fd4608e11d505c4aabee9449ad564aaae69d (patch) | |
| tree | 8fe59efeee5cc1179622ce88d3e739ef0573edaa /state.h | |
| parent | 5fa96e59fa378af36e90cdd8ee741d164304e3b8 (diff) | |
bearing works
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
