How to increase font size for command window in octave

a 夏天 提交于 2019-12-08 18:50:49

问题


I was trying to figure out how to increase the command window text.
I figured out legend:

legend('{\fontsize{10} Low }', '{\fontsize{10} Medium }', '{\fontsize{10} High }')  

I tried doing the same thing, but with command, command_window, and other variations. I have tried to right click on octrave shortcut for the octave gui and set the font there to much larger. I am running Windows 8.


回答1:


In the top left nav bar: octave-gui -> preferences -> Terminal -> Font Size

NOT editor font size, which is fairly confusing.




回答2:


Change the font size in terminal doesn't work

It should be here. top nav bar: octave-gui > preferences > Editor Styles

select tab: Octave. and the first row Default-- change the font size.




回答3:


You can go to Edit > Editor styles > change the font (see the image)



来源:https://stackoverflow.com/questions/29454716/how-to-increase-font-size-for-command-window-in-octave

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!