make ptsize/winperc changeable

This commit is contained in:
Wengier
2021-11-06 03:24:54 -04:00
parent 82088f930c
commit 6bcad85034

View File

@@ -1513,6 +1513,10 @@ void CONFIG::Run(void) {
#if C_PRINTER
if (TTF_using() && printfont) UpdateDefaultPrinterFont();
#endif
#endif
} else if (!strcasecmp(inputline.substr(0, 7).c_str(), "ptsize=")||!strcasecmp(inputline.substr(0, 8).c_str(), "winperc=")) {
#if defined(USE_TTF)
ttf_reset();
#endif
} else if (!strcasecmp(inputline.substr(0, 5).c_str(), "lins=")||!strcasecmp(inputline.substr(0, 5).c_str(), "cols=")) {
#if defined(USE_TTF)