summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-12 22:18:30 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-12 22:18:30 +0100
commit8bb8fe61649ceab5e9b2ba231b767a5a7bbc344c (patch)
tree8ad65cca37831c2496f4c6f359b7139648611511 /src/text.h
parent59912666dcd3e3119ca821c15b7a68ec612f6c18 (diff)
creating font
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h4
1 files changed, 3 insertions, 1 deletions
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);