aboutsummaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-12 16:55:23 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-12 16:55:23 -0400
commitd71f3c26c26c22ac6782944f5732274abe64f8f8 (patch)
tree3ff3c5e0a4df4b7f365004a0c4ecb25d65085eba /font.h
parent91759767b0c7793060f447fd545b639cf91b7ae3 (diff)
Create atlas for font rendering
Diffstat (limited to 'font.h')
-rw-r--r--font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/font.h b/font.h
index ecb4a01..ee51443 100644
--- a/font.h
+++ b/font.h
@@ -2,7 +2,9 @@
#define FONT_H_
#include "state.h"
+
char* get_font(const char* font_name);
bool init_freetype(client_state* state, const char* font);
+bool init_atlas(client_state* state);
#endif // FONT_H_