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 --- state.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'state.h') diff --git a/state.h b/state.h index 352236d..465e9b6 100644 --- a/state.h +++ b/state.h @@ -11,6 +11,9 @@ #include #include +#include +#include FT_FREETYPE_H + #include "./glad/glad.h" typedef struct { @@ -46,6 +49,10 @@ typedef struct { // state char* input_buffer; uint32_t width, height; + + FT_Library ft_library; + FT_Face ft_face; + bool running; } client_state; -- cgit v1.2.3