aboutsummaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-12 00:35:52 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-12 01:53:54 -0400
commit91759767b0c7793060f447fd545b639cf91b7ae3 (patch)
tree352721239f5fccde336aec48d6ff6acdb3fbd6ed /font.h
parentd58f2e870b8f998262609b98f91d290b65ab80d3 (diff)
freetype/fontconfig base
Diffstat (limited to 'font.h')
-rw-r--r--font.h8
1 files changed, 8 insertions, 0 deletions
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_