runtime toggle of ENHANCED_SYMBOLS customsymbols

This commit is contained in:
nhmall
2024-03-24 19:39:36 -04:00
parent 780d0912ee
commit 29495f77f7
10 changed files with 72 additions and 30 deletions

View File

@@ -208,6 +208,14 @@ add_custom_urep_entry(
}
#endif /* ENHANCED_SYMBOLS */
void reset_customsymbols(void)
{
#ifdef ENHANCED_SYMBOLS
free_all_glyphmap_u();
apply_customizations(gc.currentgraphics, do_custom_symbols);
#endif
}
/* utf8map.c */