diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-12 00:35:52 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-12 01:53:54 -0400 |
| commit | 91759767b0c7793060f447fd545b639cf91b7ae3 (patch) | |
| tree | 352721239f5fccde336aec48d6ff6acdb3fbd6ed /font.h | |
| parent | d58f2e870b8f998262609b98f91d290b65ab80d3 (diff) | |
freetype/fontconfig base
Diffstat (limited to 'font.h')
| -rw-r--r-- | font.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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_ |
