diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 22:18:30 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 22:18:30 +0100 |
| commit | 8bb8fe61649ceab5e9b2ba231b767a5a7bbc344c (patch) | |
| tree | 8ad65cca37831c2496f4c6f359b7139648611511 /src/text.h | |
| parent | 59912666dcd3e3119ca821c15b7a68ec612f6c18 (diff) | |
creating font
Diffstat (limited to 'src/text.h')
| -rw-r--r-- | src/text.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,4 +45,6 @@ struct font_s { enum font_error_e wayc_font_init(struct font_s* font, struct font_context_s* context, - const char* path, u32 font_size);
\ No newline at end of file + const char* path, u32 font_size, + u32 atlas_width, u32 atlas_height); +void wayc_font_deinit(struct font_s* font); |
