The closest thread I found was this:
I would like to change the console font size, independent of the window global font-size:
The only way I can change the console font size is by changing the global settings.
For now, I opened an issue on the Core Issue Tracker:
-
https://github.com/SublimeTextIssues/Core/issues/2929 window.run_command( “show_panel”, { “panel”: “console” } )
window.find_output_panel( "console" )
returnsNone
instead of the Console output view