diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 16:55:08 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 16:55:08 -0500 |
| commit | 716f442101321d9b28571a4e14549f22a32aac35 (patch) | |
| tree | 4fb675a4458918f1b4938f5bc6342a8a854d5ef9 /renderer.c | |
| parent | cd1d768b5dbdca6ce714bcb05ef55ab79c983686 (diff) | |
| download | volute-716f442101321d9b28571a4e14549f22a32aac35.zip | |
use font with greek characters
Diffstat (limited to 'renderer.c')
| -rw-r--r-- | renderer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ enum window { RENDERFLAGS = SDL_RENDERER_PRESENTVSYNC, }; -static const char FONT[] = "font/charter-regular.ttf"; +static const char FONT[] = "font/P052-Roman.ttf"; enum font { FONTSIZE = 14, }; static const mu_Color bg = {255, 255, 255, 255}; |