use system font

This commit is contained in:
Alessandro Mauri 2023-03-08 18:16:05 +01:00
parent 4c2b0ef847
commit a65662d0fc
2 changed files with 1 additions and 1 deletions
text_rendering

Binary file not shown.

View File

@ -4,7 +4,7 @@
#include <SDL2/SDL.h>
#define DEFAULT_FONT "./monospace.ttf"
#define DEFAULT_FONT "/usr/share/fonts/TTF/DejaVuSansMono.ttf"
#define FONT_VERSHADER "./font_vertshader.glsl"
#define FONT_FRAGSHADER "./font_fragshader.glsl"
#define BOX_VERSHADER "./box_vertshader.glsl"