debug code: log font change

This commit is contained in:
Albert Cahalan 2005-01-08 06:55:31 +00:00
parent cf0c279a46
commit 0d19a4047d

View file

@ -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)