debug code: log font change
This commit is contained in:
parent
cf0c279a46
commit
0d19a4047d
1 changed files with 1 additions and 0 deletions
|
|
@ -3210,6 +3210,7 @@ static void mainloop(void)
|
|||
|
||||
char font_tux_text[512];
|
||||
snprintf(font_tux_text, sizeof font_tux_text, "%s, %s", TTF_FontFaceFamilyName(getfonthandle(cur_font)), TTF_FontFaceStyleName(getfonthandle(cur_font)));
|
||||
printf("font change:%s\n", font_tux_text);
|
||||
draw_tux_text(TUX_GREAT, font_tux_text, 1);
|
||||
|
||||
if (do_draw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue