diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-13 08:25:22 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-13 08:25:22 +0100 |
| commit | 70925ed8178ceec3fa14e7f2abbc7f0054f1d190 (patch) | |
| tree | 7e38353167a2afd7fa380c28819c1c59142ba49a /src/text.h | |
| parent | 952712bdcc2cc3c055f0c8b306e9479d7a299a5a (diff) | |
rendering geometry
Diffstat (limited to 'src/text.h')
| -rw-r--r-- | src/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ void wayc_font_context_deinit(struct font_context_s* context); struct glyph_s { vec2 uv0, uv1; + vec2 size; vec2 bearing; f32 advance; }; |
