static void OnEditCDIWindowFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpCDIWindowFont"), szProfileFontCDIWindowFont, log_cdi); }
static void OnEditMapLabelImportantFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpMapLabelImportantFont"), szProfileFontMapLabelImportantFont, log_map_label_important); }
static void OnEditMapWindowBoldFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpMapWindowBoldFont"), szProfileFontMapWindowBoldFont, log_map_bold); }
static void OnEditTitleSmallWindowFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpTitleSmallWindowFont"), szProfileFontTitleSmallWindowFont, log_infobox_small); }
static void OnEditTitleWindowFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpTitleWindowFont"), szProfileFontTitleWindowFont, log_title); }
static void OnEditInfoWindowFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpInfoWindowFont"), szProfileFontInfoWindowFont, log_infobox); }
static void OnEditMapLabelFontClicked(gcc_unused WndButton &button) { EditFont(_T("prpMapLabelFont"), szProfileFontMapLabelFont, LogMapLabel); }