diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 22:16:20 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 22:16:20 +0100 |
| commit | 673211e7d3d4f1921a3323bdc2818caf4e73a696 (patch) | |
| tree | 2d8fea741d1577e54c76c8392df3bce7c7d0eacb /src/text.h | |
| parent | f1e9a3fa502843f0f3092e4bbb016c14eec43fcc (diff) | |
improving glyphs
Diffstat (limited to 'src/text.h')
| -rw-r--r-- | src/text.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ void wayc_font_context_deinit(struct font_context_s* ctx); struct glyph_s { ivec2 uv0, uv1; + + i32 bearing_x, bearing_y; + f32 advance; }; enum font_error_e { |
