From 306691b02acce8711ad82c8efc736164e1fe7cd2 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Tue, 13 Feb 2024 18:31:38 +0200 Subject: feature: simple text rendering ability --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d05b051..bce7925 100644 --- a/config.def.h +++ b/config.def.h @@ -4,6 +4,7 @@ const unsigned int maxzoom = 20; const unsigned int fps = 30; const char *def_palette_path = "assets/default.gpl"; const char *def_theme_path = "assets/ui.png"; +const char *def_font = "assets/unifont.bdf"; /* path to an external program for picking files. it should output only the picked file in stdout */ const char *cmd_file_picker = NULL; /* NULL - will take input from terminal */ const unsigned int back_c = COLTOINT(146, 161, 185); -- cgit v1.2.3