diff -r 9f7bfc0a1dc3 -r 84a546e282b7 src/context.c --- a/src/context.c Fri Apr 18 19:34:31 2025 +0200 +++ b/src/context.c Fri Apr 18 20:13:01 2025 +0200 @@ -54,7 +54,7 @@ // initialize the font cache asc_font_cache_init(); - // set a default font, but do not load it + // set a default font but do not load it asc_context.active_font.style = ASC_FONT_REGULAR; asc_context.active_font.size = 14;