diff --git a/src/Draw.cpp b/src/Draw.cpp index 00c95ecc..7bbfa596 100644 --- a/src/Draw.cpp +++ b/src/Draw.cpp @@ -567,13 +567,14 @@ void InitTextObject(const char *font_name) fontHeight = 12; } else - {*/ + { + fontWidth = 5 * magnification; + fontHeight = 10 * magnification; + }*/ fontWidth = 5 * magnification; fontHeight = 10 * magnification; -// } - size_t data_size; #ifdef WINDOWS // Actually use the font Config.dat specifies