From 91759767b0c7793060f447fd545b639cf91b7ae3 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 12 Oct 2025 00:35:52 -0400 Subject: freetype/fontconfig base --- font.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 font.h (limited to 'font.h') diff --git a/font.h b/font.h new file mode 100644 index 0000000..ecb4a01 --- /dev/null +++ b/font.h @@ -0,0 +1,8 @@ +#ifndef FONT_H_ +#define FONT_H_ +#include "state.h" + +char* get_font(const char* font_name); +bool init_freetype(client_state* state, const char* font); + +#endif // FONT_H_ -- cgit v1.2.3