[solved] Tiny fonts in debug window (win 8.1 and 2.8.1)
New user.. For a moment I thought the debug window had readable fonts.. But soon it became really small (unreadable) and I have no way of setting it back. A reinstall perhaps? All I can see is that it is a python 2.7.6 shell which does accept input like help() but its too small to see.
Comments
ok it became readable after I switched several views (inspector etc.) but the help(), credits() function dont seem to be evaluated (error). 1+1 does work though!
I am guessing those are standard python interpreter functions that aren't in the namespace here. If so, kindly ignore my question as the font is small-lish but readable.
You can select a font in the preferences of the editor component, like so:
Once you refocus the debug window, these settings will also be applied there. I'm wondering whether the default font settings don't work well on Windows 8.1. Could you post a screenshot of the preferences panel (like above) + the debug window?
Check out SigmundAI.eu for our OpenSesame AI assistant!
That was super-helpful. Yes, the default font-size was zero on windows 8.1 for some reason. Changing it and using focus makes the debug window font also bigger (like your screen shot)