From 8bb8fe61649ceab5e9b2ba231b767a5a7bbc344c Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 12 Feb 2026 22:18:30 +0100 Subject: creating font --- src/text.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/text.h') diff --git a/src/text.h b/src/text.h index e1a8b3d..d5c8977 100644 --- a/src/text.h +++ b/src/text.h @@ -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); -- cgit v1.2.3