diff options
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); |
